mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Update Node.js to v18
This commit is contained in:
parent
fc12767917
commit
c7d10c2d49
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
"lint": "yarn lint:js && yarn lint:hbs"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.17.0 || ^16.13.0"
|
||||
"node": "^14.17.0 || ^16.13.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"prepack": "yarn workspace ghost-admin run build:prod && yarn build:css && npx --yes daniellockyer/monobundle"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.17.0 || ^16.13.0",
|
||||
"node": "^14.17.0 || ^16.13.0 || ^18.0.0",
|
||||
"cli": "^1.17.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue