Skip to content

Commit 50824df

Browse files
committed
Align node versions
1 parent 2254a72 commit 50824df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Node.js
2828
uses: actions/[email protected]
2929
with:
30-
node-version: 22.19.x
30+
node-version: 22.x
3131
- name: Build Frontend
3232
run: .\build.ps1
3333
working-directory: src/ServicePulse.Host

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node.js
3434
uses: actions/[email protected]
3535
with:
36-
node-version: 22.19.x
36+
node-version: 22.x
3737
- name: Build Frontend
3838
run: .\build.ps1
3939
working-directory: src/ServicePulse.Host

src/ServicePulse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Frontend build image
2-
FROM --platform=$BUILDPLATFORM node:latest AS frontend
2+
FROM --platform=$BUILDPLATFORM node:22 AS frontend
33
WORKDIR /
44
COPY . .
55
WORKDIR /src/Frontend

0 commit comments

Comments
 (0)