Skip to content

Commit 76d598e

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
node-version:
1515
- 20
1616
- 18
17-
- 16
18-
- 14
17+
- 18.18.x
1918
os:
2019
- ubuntu-latest
2120
steps:
@@ -42,7 +41,7 @@ jobs:
4241
- uses: actions/checkout@v4
4342
- uses: actions/setup-node@v4
4443
with:
45-
node-version: "18.x"
44+
node-version: "20.x"
4645
- run: npm install
4746
- run: npm install --save-dev eslint@7
4847
- 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)