0
Fork 0
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:
renovate[bot] 2022-10-25 01:16:15 +00:00 committed by Hannah Wolfe
parent fc12767917
commit c7d10c2d49
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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": {