mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
ℹ️ Bumped minimum Node 16 version to 16.14.0
fixes https://github.com/TryGhost/DevOps/issues/42 - several of our dependencies require this so making the minor bump to increase the version helps keep them updated
This commit is contained in:
parent
108180cd12
commit
aa303414cb
3 changed files with 5 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -233,7 +233,7 @@ jobs:
|
||||||
if: needs.job_get_metadata.outputs.changed_any_code == 'true'
|
if: needs.job_get_metadata.outputs.changed_any_code == 'true'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [ '16.13.0', '18.12.1' ]
|
node: [ '16.14.0', '18.12.1' ]
|
||||||
name: Unit tests (Node ${{ matrix.node }})
|
name: Unit tests (Node ${{ matrix.node }})
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -271,7 +271,7 @@ jobs:
|
||||||
if: needs.job_get_metadata.outputs.changed_core == 'true'
|
if: needs.job_get_metadata.outputs.changed_core == 'true'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [ '16.13.0', '18.12.1' ]
|
node: [ '16.14.0', '18.12.1' ]
|
||||||
env:
|
env:
|
||||||
- DB: mysql8
|
- DB: mysql8
|
||||||
NODE_ENV: testing-mysql
|
NODE_ENV: testing-mysql
|
||||||
|
@ -622,7 +622,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 0
|
FORCE_COLOR: 0
|
||||||
with:
|
with:
|
||||||
node-version: '16.13.0'
|
node-version: '16.14.0'
|
||||||
|
|
||||||
- name: Install Ghost-CLI
|
- name: Install Ghost-CLI
|
||||||
run: npm install -g ghost-cli@latest
|
run: npm install -g ghost-cli@latest
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"lint": "yarn lint:js && yarn lint:hbs"
|
"lint": "yarn lint:js && yarn lint:hbs"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.13.0 || ^18.12.1"
|
"node": "^16.14.0 || ^18.12.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/eslint-parser": "7.22.7",
|
"@babel/eslint-parser": "7.22.7",
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
"prepack": "lerna run build && monobundle"
|
"prepack": "lerna run build && monobundle"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.13.0 || ^18.12.1",
|
"node": "^16.14.0 || ^18.12.1",
|
||||||
"cli": "^1.17.0"
|
"cli": "^1.17.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue