Skip to content

Commit

Permalink
removed invalid versions from test matrix and require nodejs 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Dec 12, 2023
1 parent a8ee250 commit e66ceb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/node-18+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,9 @@ jobs:
- 8
- 7
- 6
- 5
- 4
- 4.14 # last version without messageId
- 3
babel-eslint:
- 10
- 9
- 8
- 7

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint": "^6 || ^7 || ^8"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"keywords": [
"eslint",
Expand Down

0 comments on commit e66ceb8

Please sign in to comment.