0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

🔥 Dropped support for Node 14

refs https://github.com/TryGhost/Toolbox/issues/570

- Node 14 is now EOL so we don't support it any further
This commit is contained in:
Daniel Lockyer 2023-05-01 17:51:10 +02:00
parent 7ade895ce7
commit 83ee1f8860
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
"lint": "yarn lint:js && yarn lint:hbs"
},
"engines": {
"node": "^14.18.0 || ^16.13.0 || ^18.12.1"
"node": "^16.13.0 || ^18.12.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.21.3",
@ -185,4 +185,4 @@
"path-browserify": "1.0.1",
"webpack": "5.77.0"
}
}
}

View file

@ -54,7 +54,7 @@
"prepack": "yarn workspace ghost-admin run build:prod && yarn build:css && npx --yes daniellockyer/monobundle"
},
"engines": {
"node": "^14.18.0 || ^16.13.0 || ^18.12.1",
"node": "^16.13.0 || ^18.12.1",
"cli": "^1.17.0"
},
"dependencies": {