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 84d709f commit f953e24Copy full SHA for f953e24
.github/workflows/build-publish.yaml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v4
29
- uses: pnpm/action-setup@v3
30
with:
31
- version: v9.1.4
+ version: 9.15.9
32
- uses: actions/setup-node@v4
33
34
node-version: '20.19.4'
package.json
@@ -56,11 +56,11 @@
56
"typescript": "^5.8.3"
57
},
58
"engines": {
59
- "pnpm": "^9.1.4",
+ "pnpm": "^9.15.9",
60
"npm": "pnpm",
61
"yarn": "pnpm",
62
"node": "^20.12.1"
63
64
"private": true,
65
- "packageManager": "pnpm@9.1.4"
+ "packageManager": "pnpm@9.15.9"
66
}
0 commit comments