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 d1556a3 commit 3fb375dCopy full SHA for 3fb375d
.github/workflows/node-minors.yml
.github/workflows/node-18+.yml renamed to .github/workflows/node.yml
@@ -1,4 +1,4 @@
1
-name: 'Tests: node.js (18+)'
+name: 'Tests: node.js'
2
3
on: [pull_request, push]
4
@@ -14,7 +14,7 @@ jobs:
14
with:
15
versionsAsRoot: true
16
type: majors
17
- preset: '>=18'
+ preset: '^18.18.0 || ^20.9.0 || >=21.1.0'
18
19
latest:
20
needs: [matrix]
package.json
@@ -85,7 +85,7 @@
85
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
86
},
87
"engines": {
88
- "node": ">=4"
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
89
90
"keywords": [
91
"eslint",
0 commit comments