Raise minimum Node.js version to 20, test on 24 (#34713)
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been cancelled

- Node.js 18 is now EOL, so raise minimum version to current LTS v20
- Test on 24
- Change devcontainers to use LTS version (currently 22),
[ref](https://github.com/devcontainers/features/tree/main/src/node)
This commit is contained in:
silverwind
2025-06-13 19:40:39 +02:00
committed by GitHub
parent bc28654b49
commit dcc9206a59
8 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"engines": {
"node": ">= 18.0.0"
"node": ">= 20.0.0"
},
"dependencies": {
"@citation-js/core": "0.7.18",