Skip to content

Commit 4964b5a

Browse files
committed
update node to latest lts
1 parent a22f351 commit 4964b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.13.x
30+
node-version: 22.15.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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node.js
3535
uses: actions/[email protected]
3636
with:
37-
node-version: 21.6.x
37+
node-version: 22.15.x
3838
- name: Build Frontend
3939
run: .\build.ps1
4040
working-directory: src/ServicePulse.Host

0 commit comments

Comments
 (0)