We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1da325 commit 3ea90f6Copy full SHA for 3ea90f6
.github/workflows/workflow.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v5
20
- uses: actions/setup-node@v6
21
with:
22
- node-version: 22
+ node-version: 24
23
- run: npm ci --ignore-scripts --legacy-peer-deps
24
- run: npm run test
25
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.21.0-alpine AS fe
+FROM node:24.10.0-alpine AS fe
2
WORKDIR /builder
3
COPY . .
4
RUN npm ci --legacy-peer-deps --ignore-scripts && npm run build
0 commit comments