Skip to content

Commit 4313770

Browse files
Update actions/setup-node action to v6
1 parent 957d332 commit 4313770

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
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
- name: ♻️ Use Node.js 18.x
41-
uses: actions/setup-node@v3
41+
uses: actions/setup-node@v6
4242
with:
4343
node-version: 18.x
4444

.github/workflows/release-or-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: ♻️ Use Node.js 18.x
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: 18.x
2525

0 commit comments

Comments
 (0)