Bumped minimum Node 14 version to latest LTS

- 14.15.0 is the latest version of Node 14 LTS
This commit is contained in:
Daniel Lockyer 2020-10-28 11:00:51 +00:00
parent ad3b7b798d
commit d28bbc848f
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
node: [ '10.13.0', '12.10.0', '14.14.0' ]
node: [ '10.13.0', '12.10.0', '14.15.0' ]
env:
- DB: sqlite3
NODE_ENV: testing

View File

@ -36,7 +36,7 @@
"fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../"
},
"engines": {
"node": "^10.13.0 || ^12.10.0 || ^14.14.0",
"node": "^10.13.0 || ^12.10.0 || ^14.15.0",
"cli": "^1.12.0"
},
"dependencies": {