Skip to content

Commit 8b1669e

Browse files
committed
Update Node support
1 parent f75e8a1 commit 8b1669e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu, windows]
38-
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
38+
node-version: [16.x, 18.x, 20.x]
3939

4040
# excluded because it is the `test` job above
4141
exclude:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ error: Replace `New·Addons</h1>` with <h1>⏎New Addons⏎</h1>` (prettier/pret
1818
1919
## Compatibility
2020

21-
- [Node.js](https://nodejs.org/) `^12.22.0 || ^14.17.0 || >=16.0.0`
21+
- [Node.js](https://nodejs.org/) `^16.0.0 || ^18.0.0 || >=20.0.0`
2222
- [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint/) `>=4.0.0`
2323
- [prettier](https://prettier.io/) `>=1.18.1`
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"prettier": ">= 1.18.1"
5252
},
5353
"engines": {
54-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
54+
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
5555
},
5656
"publishConfig": {
5757
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)