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 91fdf30 commit be33665Copy full SHA for be33665
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
dotnet-version: 7.0.x
24
- name: Set up Node.js
25
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
26
27
node-version: 22.13.x
28
- name: Build Frontend
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
node-version: 21.6.x
36
0 commit comments