fix: downgrade node version to 22 (#32897)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Stephen Zhou
2026-03-03 16:00:56 +08:00
committed by GitHub
parent 2068640a4b
commit 5e79d35881
7 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
24
22

View File

@ -1,5 +1,5 @@
# base image
FROM node:24-alpine AS base
FROM node:22-alpine AS base
LABEL maintainer="takatost@gmail.com"
# if you located in China, you can use aliyun mirror to speed up

View File

@ -23,7 +23,7 @@
"and_qq >= 14.9"
],
"engines": {
"node": ">=24"
"node": "^22"
},
"scripts": {
"dev": "next dev",