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": {