1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-06 21:08:25 +00:00

Support Node.js 22.6 with type stripping (#35427)

This solves the [docker build
failure](https://github.com/go-gitea/gitea/actions/runs/17514788636/job/49750917680)
on `linux/riscv64` by enabling the experimental flag on Node.js before
22.18.
This commit is contained in:
silverwind
2025-09-07 10:02:06 +02:00
committed by GitHub
parent 0c31499498
commit 38ad58575a
4 changed files with 29 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
"type": "module",
"packageManager": "pnpm@10.0.0",
"engines": {
"node": ">= 22.18.0",
"node": ">= 22.6.0",
"pnpm": ">= 10.0.0"
},
"dependencies": {