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 46c1f97 commit 4212a53Copy full SHA for 4212a53
.github/workflows/NodeCI.yml
@@ -57,7 +57,7 @@ jobs:
57
- uses: actions/checkout@v5
58
- uses: actions/setup-node@v5
59
with:
60
- node-version: 14.x
+ node-version: 22.x
61
- name: Install Packages
62
run: npm install
63
- name: Test
package.json
@@ -57,7 +57,7 @@
"@types/estree": "^1.0.0",
"@types/mocha": "^10.0.0",
"@types/natural-compare": "^1.4.0",
- "@types/node": "^20.0.0",
+ "@types/node": "^22.0.0",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
0 commit comments