Skip to content

Commit 9960507

Browse files
committed
feat!: requires node.js ^18.18.0 || ^20.9.0 || >=21.1.0
1 parent 015c207 commit 9960507

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node-version:
15+
- 21
1516
- 20
1617
- 18
17-
- 16
18-
- 14
18+
- 18.18.x
1919
os:
2020
- ubuntu-latest
2121
steps:
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: "18.x"
45+
node-version: "20.x"
4646
- run: npm install
4747
- run: npm install --save-dev eslint@7
4848
- run: npm test

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint": ">=7.0.0"
8888
},
8989
"engines": {
90-
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
90+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9191
},
9292
"release-it": {
9393
"git": {

0 commit comments

Comments
 (0)