Skip to content

Commit 414a2ee

Browse files
Update dependency node to 22.17.x
1 parent 098ea67 commit 414a2ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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/setup-node@v4.4.0
2929
with:
30-
node-version: 22.15.x
30+
node-version: 22.17.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/setup-node@v4.4.0
3636
with:
37-
node-version: 22.15.x
37+
node-version: 22.17.x
3838
- name: Build Frontend
3939
run: .\build.ps1
4040
working-directory: src/ServicePulse.Host

0 commit comments

Comments
 (0)