mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
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:
parent
9058bb1b1b
commit
4dd22a32fc
@ -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:
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user