Skip to content

Commit

Permalink
chore: use latest pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSingleton committed Aug 15, 2024
1 parent 769f05e commit a204f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: "20"
- uses: pnpm/action-setup@v4
with:
version: 9
version: 9.7.1
- name: Install dependencies
run: pnpm install
- name: Run linter
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.7.1",
"workspaces": [
"apps/*",
"packages/*"
Expand Down

0 comments on commit a204f50

Please sign in to comment.