chore: update Node.js version to 24 in CI and Dockerfile

This commit is contained in:
rook1e
2025-08-06 22:30:06 +08:00
parent 914283bc12
commit 1045843e31
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 23
node-version: 24
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:

View File

@@ -1,5 +1,5 @@
# build frontend
FROM node:23 AS fe
FROM node:24 AS fe
WORKDIR /src
RUN npm i -g pnpm
COPY .git .git/

View File

@@ -80,7 +80,7 @@ Fusion can be configured in many ways:
Contributions are welcome! Before contributing, please read the [Contributing Guidelines](./CONTRIBUTING.md).
- Prepare environment: Go 1.24+, Node.js 23+ (and pnpm).
- Prepare environment: Go 1.24+, Node.js 24+ (and pnpm).
- Check out the commands in `scripts.sh`.
For example: