We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc6855 commit b140b0eCopy full SHA for b140b0e
2 files changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup pnpm
17
uses: pnpm/action-setup@v4
18
with:
19
- version: 10.13.1
+ version: 10.25.0
20
run_install: false
21
22
- name: Setup Node.js
package.json
@@ -27,7 +27,7 @@
27
"turbo": "^2.4.4",
28
"typescript": "5.8.2"
29
},
30
- "packageManager": "pnpm@10.13.1",
+ "packageManager": "pnpm@10.25.0",
31
"engines": {
32
"node": ">=18"
33
0 commit comments