We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abed7b2 commit 0edf4f6Copy full SHA for 0edf4f6
.github/workflows/node.js.yml
@@ -24,9 +24,9 @@ jobs:
24
steps:
25
- uses: actions/checkout@v3
26
27
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v4
28
with:
29
- version: 8.6.0
+ version: 9.1.0
30
- run: pnpm i --lockfile-only
31
- uses: stefanzweifel/git-auto-commit-action@v4
32
package.json
@@ -145,5 +145,6 @@
145
"resolutions": {
146
"bin-wrapper": "npm:bin-wrapper-china",
147
"gifsicle": "5.2.0"
148
- }
149
-}
+ },
+ "packageManager": "pnpm@9.1.0"
150
+}
0 commit comments