We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22f351 commit 4964b5aCopy full SHA for 4964b5a
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Node.js
28
uses: actions/[email protected]
29
with:
30
- node-version: 22.13.x
+ node-version: 22.15.x
31
- name: Build Frontend
32
run: .\build.ps1
33
working-directory: src/ServicePulse.Host
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
- node-version: 21.6.x
38
39
40
0 commit comments