diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index a50b5d4d..4772d801 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -32,7 +32,7 @@ runs: - uses: pnpm/action-setup@v2 with: - version: 8.15.7 + version: 8.15.8 - name: Use Node.js uses: actions/setup-node@v4 with: diff --git a/package.json b/package.json index 6d94ba8d..ecf2be15 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,13 @@ }, "engines": { "node": "18.19.1", - "npm": "Use the Yarn Classic (1.x) CLI instead of npm", - "yarn": "1.22.22" + "npm": "Use PNPM CLI instead of npm", + "yarn": "Use PNPM CLI instead of yarn", + "pnpm": "8.15.8" }, "volta": { "node": "18.19.1", - "yarn": "1.22.22" + "pnpm": "8.15.8" }, "dependencies": { "@angular/animations": "18.0.0",