We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015c207 commit 9960507Copy full SHA for 9960507
.github/workflows/main.yml
@@ -12,10 +12,10 @@ jobs:
12
fail-fast: false
13
matrix:
14
node-version:
15
+ - 21
16
- 20
17
- 18
- - 16
18
- - 14
+ - 18.18.x
19
os:
20
- ubuntu-latest
21
steps:
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/checkout@v4
43
- uses: actions/setup-node@v4
44
with:
45
- node-version: "18.x"
+ node-version: "20.x"
46
- run: npm install
47
- run: npm install --save-dev eslint@7
48
- run: npm test
package.json
@@ -87,7 +87,7 @@
87
"eslint": ">=7.0.0"
88
},
89
"engines": {
90
- "node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
91
92
"release-it": {
93
"git": {
0 commit comments