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

View File

@@ -22,7 +22,7 @@ jobs:
check-latest: true
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: npm
cache-dependency-path: package-lock.json
- run: make deps-frontend deps-backend