Skip to content

Commit 3ea90f6

Browse files
Update dependency node to v24
1 parent f1da325 commit 3ea90f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
- run: npm ci --ignore-scripts --legacy-peer-deps
2424
- run: npm run test
2525

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.21.0-alpine AS fe
1+
FROM node:24.10.0-alpine AS fe
22
WORKDIR /builder
33
COPY . .
44
RUN npm ci --legacy-peer-deps --ignore-scripts && npm run build

0 commit comments

Comments
 (0)