Skip to content

Commit 6cbc02f

Browse files
Update actions/setup-node action to v6
1 parent 55ff6ce commit 6cbc02f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: '0'
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v5
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version: '22'
2121

.github/workflows/webapp-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v4
1010

1111
- name: Setup Node.js
12-
uses: actions/setup-node@v5
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version: '22'
1515

0 commit comments

Comments
 (0)