Skip to content

Commit

Permalink
build: upgrade pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvienna committed Jul 24, 2024
1 parent bef9450 commit c6d1d3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"packageManager": "[email protected]",
"volta": {
"node": "20.15.0"
"node": "20.16.0"
},
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit c6d1d3d

Please sign in to comment.