Skip to content

Commit 0295f4b

Browse files
authored
Merge pull request #3362 from pbek/dependabot/github_actions/actions/setup-node-5
build(deps): bump actions/setup-node from 4 to 5
2 parents eac0778 + 835052d commit 0295f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-webpage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
format: "csv"
3232
- name: Use Node.js
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v5
3434
with:
3535
node-version: "20"
3636
- run: npm install

0 commit comments

Comments
 (0)