Skip to content

Commit fc861bf

Browse files
committed
feat!: Bump node versions to eslint@^9 engines
1 parent 58840a7 commit fc861bf

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
eslint: [8]
44-
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18, 20]
44+
node: [18.18.0, 20.9.0, 21.1.0, 22]
4545
os: [ubuntu-latest]
4646
include:
4747
# On other platforms
@@ -55,10 +55,6 @@ jobs:
5555
- eslint: 7
5656
node: 18
5757
os: ubuntu-latest
58-
# On the minimum supported ESLint/Node.js version
59-
- eslint: 7.0.0
60-
node: 12.22.0
61-
os: ubuntu-latest
6258
runs-on: ${{ matrix.os }}
6359
steps:
6460
- name: ⬇️ Checkout repo

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
8888
},
8989
"engines": {
90-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
90+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9191
},
9292
"funding": "https://opencollective.com/eslint"
9393
}

0 commit comments

Comments
 (0)