Skip to content

Commit 0edf4f6

Browse files
committed
ci: update pnpm version
1 parent abed7b2 commit 0edf4f6

File tree

3 files changed

+5010
-3833
lines changed

3 files changed

+5010
-3833
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626

27-
- uses: pnpm/action-setup@v2
27+
- uses: pnpm/action-setup@v4
2828
with:
29-
version: 8.6.0
29+
version: 9.1.0
3030
- run: pnpm i --lockfile-only
3131
- uses: stefanzweifel/git-auto-commit-action@v4
3232
with:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,6 @@
145145
"resolutions": {
146146
"bin-wrapper": "npm:bin-wrapper-china",
147147
"gifsicle": "5.2.0"
148-
}
149-
}
148+
},
149+
"packageManager": "pnpm@9.1.0"
150+
}

0 commit comments

Comments
 (0)