Skip to content

Commit a7f57eb

Browse files
⬆️ Update Node.js to v22
1 parent 5fa3c4e commit a7f57eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Use Node.js v16
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: "16.x"
13+
node-version: "22.x"
1414
- name: ⬇️ Install
1515
run: npm ci
1616
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"xo": "0.52.4"
4444
},
4545
"volta": {
46-
"node": "16.17.0"
46+
"node": "22.18.0"
4747
},
4848
"wallaby": {
4949
"testFramework": "vitest"

0 commit comments

Comments
 (0)