Skip to content

Commit 7aeb583

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 17790a6 commit 7aeb583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
timezoneLinux: Europe/Paris
2020
- name: Setup Node version
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: ${{ matrix.version }}
2424
- name: System info

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
timezoneLinux: Europe/Paris
2020
- name: Setup Node version
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: ${{ matrix.version }}
2424
- name: System info

0 commit comments

Comments
 (0)