Skip to content

Commit

Permalink
build: add Node 18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored and brettz9 committed Apr 20, 2022
1 parent 71e0772 commit 21233bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_js:
- "14.17.0"
- "16"
- "17"
- "18"
install:
- npm install --legacy-peer-deps
before_script: >
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "^4.6.3"
},
"engines": {
"node": "^14 || ^16 || ^17"
"node": "^14 || ^16 || ^17 || ^18"
},
"keywords": [
"eslint",
Expand Down

0 comments on commit 21233bc

Please sign in to comment.