Skip to content

Commit e9e6392

Browse files
Update dependency node to 22.19.x
1 parent 2844894 commit e9e6392

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.18.x
30+
node-version: 22.19.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.18.x
36+
node-version: 22.19.x
3737
- name: Build Frontend
3838
run: .\build.ps1
3939
working-directory: src/ServicePulse.Host

0 commit comments

Comments
 (0)