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 5fa3c4e commit a7f57ebCopy full SHA for a7f57eb
.github/workflows/node.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Use Node.js v16
11
uses: actions/setup-node@v2
12
with:
13
- node-version: "16.x"
+ node-version: "22.x"
14
- name: ⬇️ Install
15
run: npm ci
16
env:
package.json
@@ -43,7 +43,7 @@
43
"xo": "0.52.4"
44
},
45
"volta": {
46
- "node": "16.17.0"
+ "node": "22.18.0"
47
48
"wallaby": {
49
"testFramework": "vitest"
0 commit comments