🔥 Dropped Node v8 support

no issue

- Node v8 became EOL as of 2019-12-31
This commit is contained in:
Daniel Lockyer 2020-02-22 12:55:05 +00:00
parent d9b8fc64b0
commit ac511a4a9d
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ language: node_js
node_js:
- '12'
- '10'
- '8'
cache: yarn
services:
- mysql

View File

@ -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": {