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:
parent
ad3b7b798d
commit
d28bbc848f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue