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 94423ad commit ee832aeCopy full SHA for ee832ae
.github/workflows/release-pr.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js 18.x
26
uses: actions/setup-node@v4
27
with:
28
- node-version: 18.x
+ node-version: 22.x
29
30
- name: Install Dependencies
31
run: npm i
package.json
@@ -49,7 +49,7 @@
49
"typescript": "5.2.2"
50
},
51
"volta": {
52
- "node": "20.9.0",
+ "node": "22.17.0",
53
"npm": "10.2.4"
54
}
55
0 commit comments