Skip to content

Commit

Permalink
Update to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed May 7, 2024
1 parent 111c591 commit bd92c6b
Show file tree
Hide file tree
Showing 5 changed files with 10,309 additions and 7,482 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- id: pnpm-setup
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -68,9 +68,9 @@
},
"volta": {
"node": "18.16.0",
"pnpm": "8.15.7"
"pnpm": "9.1.0"
},
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.1.0",
"skuSkipPostInstall": true,
"skuSkipConfigure": true,
"skuSkipValidatePeerDeps": true
Expand Down

0 comments on commit bd92c6b

Please sign in to comment.