mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
ℹ️ Bumped minimum Node version to 14.18.0
refs https://github.com/TryGhost/Toolbox/issues/488 - this is needed so we can bump some dependencies - given how old these versions are, users should probably update past this anyway
This commit is contained in:
parent
9d577a2d5a
commit
99c775be23
3 changed files with 5 additions and 5 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -143,7 +143,7 @@ jobs:
|
|||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '14.17.0', '16.13.0' ]
|
||||
node: [ '14.18.0', '16.13.0' ]
|
||||
name: Unit Tests (Node ${{ matrix.node }})
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -178,7 +178,7 @@ jobs:
|
|||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '14.17.0', '16.13.0' ]
|
||||
node: [ '14.18.0', '16.13.0' ]
|
||||
env:
|
||||
- DB: sqlite3
|
||||
NODE_ENV: testing
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"lint": "yarn lint:js && yarn lint:hbs"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.17.0 || ^16.13.0 || ^18.0.0"
|
||||
"node": "^14.18.0 || ^16.13.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
|
@ -181,4 +181,4 @@
|
|||
"path-browserify": "1.0.1",
|
||||
"webpack": "5.75.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"prepack": "yarn workspace ghost-admin run build:prod && yarn build:css && npx --yes daniellockyer/monobundle"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.17.0 || ^16.13.0 || ^18.0.0",
|
||||
"node": "^14.18.0 || ^16.13.0 || ^18.0.0",
|
||||
"cli": "^1.17.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue