0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

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/')) if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy: strategy:
matrix: matrix:
node: [ '10.13.0', '12.10.0', '14.14.0' ] node: [ '10.13.0', '12.10.0', '14.15.0' ]
env: env:
- DB: sqlite3 - DB: sqlite3
NODE_ENV: testing NODE_ENV: testing

View file

@ -36,7 +36,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": "^10.13.0 || ^12.10.0 || ^14.14.0", "node": "^10.13.0 || ^12.10.0 || ^14.15.0",
"cli": "^1.12.0" "cli": "^1.12.0"
}, },
"dependencies": { "dependencies": {