Skip to content

Commit

Permalink
fix: update pnpm github action version (#7)
Browse files Browse the repository at this point in the history
* fix: update pnpm github action version

* fix: update pnpm version
  • Loading branch information
JeanneGrenet authored Jul 17, 2024
1 parent 88e9fe2 commit 99e7696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
fetch-depth: 2

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4
with:
version: 8.14.0
version: 9.0.0

- name: Setup Node.js environment
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 @@ -18,7 +18,7 @@
"prettier": "3.1.0",
"turbo": "1.11.3"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 99e7696

Please sign in to comment.