Skip to content

Commit

Permalink
fix: specify pnpm on restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez committed May 28, 2024
1 parent 2d1c2f8 commit 95b8f95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 95b8f95

Please sign in to comment.