Skip to content

Commit 4212a53

Browse files
chore(deps): update dependency node to v22 (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46c1f97 commit 4212a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v5
5858
- uses: actions/setup-node@v5
5959
with:
60-
node-version: 14.x
60+
node-version: 22.x
6161
- name: Install Packages
6262
run: npm install
6363
- name: Test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/estree": "^1.0.0",
5858
"@types/mocha": "^10.0.0",
5959
"@types/natural-compare": "^1.4.0",
60-
"@types/node": "^20.0.0",
60+
"@types/node": "^22.0.0",
6161
"@types/semver": "^7.3.1",
6262
"@typescript-eslint/eslint-plugin": "^8.0.0",
6363
"@typescript-eslint/parser": "^8.0.0",

0 commit comments

Comments
 (0)