Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #557 from ember-template-lint/drop-nodes
Browse files Browse the repository at this point in the history
Drop NodeJs 6, 8, 11
  • Loading branch information
dcyriller authored Jan 10, 2020
2 parents 3a4e66d + e3af70e commit 459ced7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: node_js
node_js:
- "10"
- "12"

addons:
chrome: stable
Expand Down Expand Up @@ -42,12 +42,12 @@ jobs:
# - run tests without pinned dependencies to catch issues with new versions

- stage: additional tests
name: "Node 6 Tests"
node_js: 6
name: "Node 10 Tests"
node_js: 10
script:
- yarn test:node
- name: "Node 8 Tests"
node_js: 8
- name: "Node 13 Tests"
node_js: 13
script:
- yarn test:node

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"qunit-dom": "^0.8.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "10.* || >=12.*"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 459ced7

Please sign in to comment.