Skip to content

Commit b40aeed

Browse files
committed
chore: Updated pnpm to v9
1 parent 59be4c4 commit b40aeed

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: pnpm/action-setup@v2
20+
- uses: pnpm/action-setup@v4
2121
with:
22-
version: 8
2322
run_install: false
2423

2524
- uses: actions/setup-node@v4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
"peerDependencies": {
8080
"prettier": ">= 3.0.0"
8181
},
82-
"packageManager": "pnpm@8.13.1",
82+
"packageManager": "pnpm@9.15.9",
8383
"engines": {
8484
"node": "18.* || >= 20"
8585
},
8686
"volta": {
8787
"node": "18.19.0",
88-
"pnpm": "8.13.1"
88+
"pnpm": "9.15.9"
8989
},
9090
"publishConfig": {
9191
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)