From 5c1ab3f93700a3c04f86fa60af89429c17348eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oktay=20=C5=9Eenkan?= Date: Sat, 5 Oct 2024 04:55:15 +0300 Subject: [PATCH] ci: add nuxt as workspace dependency --- .github/actions/setup/action.yml | 5 ----- package.json | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 135861f..fb98c79 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -21,11 +21,6 @@ runs: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} ${{ runner.os }}-yarn- - - name: Install global dependencies - if: steps.yarn-cache.outputs.cache-hit != 'true' - run: yarn global add nuxt - shell: bash - - name: Install dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn install --immutable diff --git a/package.json b/package.json index 2d2ac7b..dc26aa3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ }, "devDependencies": { "prettier": "^3.1.1", - "turbo": "^2.1.3" + "turbo": "^2.1.3", + "nuxt": "^3.13.2" }, "packageManager": "yarn@1.22.19", "engines": {