Skip to content

Commit

Permalink
build: migrate to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Mar 18, 2024
1 parent 9ac26e0 commit dabf71f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.15.5
version: 7.32.5

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"engines": {
"node": ">=18.17.0",
"pnpm": ">=7.28.0"
"pnpm": ">=7.32.5"
},
"scripts": {
"build": "nx run-many --target=build --all --parallel",
Expand Down

0 comments on commit dabf71f

Please sign in to comment.