Skip to content

Commit 06a1649

Browse files
authored
Merge pull request #2605 from Particular/renovate/node-22.x
2 parents 34420e8 + e9e6392 commit 06a1649

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)