mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01: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:
|
||||
- '12'
|
||||
- '10'
|
||||
- '8'
|
||||
cache: yarn
|
||||
services:
|
||||
- mysql
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^8.16.0 || ^10.13.0 || ^12.10.0",
|
||||
"node": "^10.13.0 || ^12.10.0",
|
||||
"cli": "^1.12.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue