Skip to content

Commit 459cb86

Browse files
authored
Merge pull request #2339 from Particular/dependabot/github_actions/actions/setup-node-4.4.0
Bump actions/setup-node from 4.3.0 to 4.4.0
2 parents 09eae77 + f8e7d57 commit 459cb86

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
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
dotnet-version: 7.0.x
2727
- name: Set up Node.js
28-
uses: actions/setup-node@v4.3.0
28+
uses: actions/setup-node@v4.4.0
2929
with:
3030
node-version: 22.13.x
3131
- name: Build Frontend

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
dotnet-version: 7.0.x
3434
- name: Set up Node.js
35-
uses: actions/setup-node@v4.3.0
35+
uses: actions/setup-node@v4.4.0
3636
with:
3737
node-version: 21.6.x
3838
- name: Build Frontend

0 commit comments

Comments
 (0)