mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 09:31:19 +02:00
Raise minimum Node.js version to 20, test on 24 (#34713)
Some checks failed
Some checks failed
- 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:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -117,7 +117,7 @@
|
||||
"vue-tsc": "2.2.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18.0.0"
|
||||
"node": ">= 20.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@alloc/quick-lru": {
|
||||
|
Reference in New Issue
Block a user