Skip to content

Commit

Permalink
require node 18 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan authored Nov 7, 2023
1 parent 19c3841 commit d02fa4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
pull_request:

env:
NODE_VERSION: '14.x'
NODE_VERSION: '18.x'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Compatibility

* Ember.js v3.28 or above
* Ember CLI v3.28 or above
* Node.js v14 or above
* Node.js v18 or above

Installation
------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"webpack": "5"
},
"engines": {
"node": "14.* || >= 16"
"node": "18.* || >= 20"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit d02fa4c

Please sign in to comment.