Skip to content

Commit ad8995d

Browse files
authored
Merge pull request #99 from ember-template-lint/drop-node-13
Drop NodeJs 13 support
2 parents 2faed4e + 08d6d96 commit ad8995d

2 files changed

Lines changed: 2 additions & 2 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: [10.x, 12.x, 13.x, 14.x]
38+
node-version: [10.x, 12.x, 14.x]
3939

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"prettier": "^1.19.0"
4545
},
4646
"engines": {
47-
"node": "10.* || >= 12.*"
47+
"node": "10.* || 12.* || >= 14.*"
4848
},
4949
"dependencies": {
5050
"prettier-linter-helpers": "^1.0.0"

0 commit comments

Comments
 (0)