Dropped Node 8.x support

no issue

- Node 8.x is now EOL
- switches Travis over to testing against latest Node LTS which is 12.x
This commit is contained in:
Kevin Ansfield 2020-01-06 10:57:36 +00:00
parent 9058bb1b1b
commit 4dd22a32fc
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
dist: xenial dist: xenial
language: node_js language: node_js
node_js: node_js:
- '10' - '12'
cache: yarn cache: yarn
env: env:
global: global:

View File

@ -22,7 +22,7 @@
"lint:js": "eslint ." "lint:js": "eslint ."
}, },
"engines": { "engines": {
"node": "^8.16.0 || ^10.13.0 || ^12.10.0" "node": "^10.13.0 || ^12.10.0"
}, },
"devDependencies": { "devDependencies": {
"@ember/jquery": "1.1.0", "@ember/jquery": "1.1.0",