Skip to content

Commit

Permalink
chore: Update pnpm to v9 (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens authored Apr 24, 2024
1 parent f12ea8d commit 7d8d633
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: pnpm/action-setup@v3
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: pnpm/action-setup@v3
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: pnpm/action-setup@v3
id: pnpm-install
with:
version: 8
version: 9
run_install: false
if: ${{ steps.release.outputs.releases_created == 'true' }}

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"engines": {
"node": "^20",
"npm": "^8",
"pnpm": "^8"
"pnpm": "^9"
},
"volta": {
"node": "20.11.1",
"npm": "10.5.0"
"npm": "10.5.0",
"pnpm": "9.0.2"
},
"workspaces": [
"./packages/*",
Expand Down

0 comments on commit 7d8d633

Please sign in to comment.