1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

Raise minimum Node.js version to 20, test on 24 (#34713)

- 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

2
package-lock.json generated
View File

@@ -117,7 +117,7 @@
"vue-tsc": "2.2.10"
},
"engines": {
"node": ">= 18.0.0"
"node": ">= 20.0.0"
}
},
"node_modules/@alloc/quick-lru": {