We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 210e790 + 4fcb610 commit ae5d07cCopy full SHA for ae5d07c
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/setup-node@v5
20
with:
21
- node-version: 20
+ node-version: 22
22
cache: 'pnpm'
23
24
- run: pnpm install
package.json
@@ -62,6 +62,6 @@
62
"typescript": "^5.9.2"
63
},
64
"volta": {
65
- "node": "22.17.1"
+ "node": "22.20.0"
66
}
67
0 commit comments