mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03: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
.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/'))
|
||||
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
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user