mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
🔥 Dropped Node v8 support
no issue - Node v8 became EOL as of 2019-12-31
This commit is contained in:
parent
d9b8fc64b0
commit
ac511a4a9d
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '12'
|
- '12'
|
||||||
- '10'
|
- '10'
|
||||||
- '8'
|
|
||||||
cache: yarn
|
cache: yarn
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../"
|
"fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^8.16.0 || ^10.13.0 || ^12.10.0",
|
"node": "^10.13.0 || ^12.10.0",
|
||||||
"cli": "^1.12.0"
|
"cli": "^1.12.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue