mirror of
https://github.com/0x2E/fusion.git
synced 2025-12-22 06:27:06 +00:00
chore: update Node.js version to 24 in CI and Dockerfile
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user