Skip to content

Commit 1c0c4af

Browse files
authored
Pump setup-node to v6.0.0 (#1291)
Fix: #1290
1 parent f4f4b4f commit 1c0c4af

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/linux-arm64-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
42-
uses: actions/setup-node@v5
42+
uses: actions/setup-node@v6
4343
with:
4444
node-version: ${{ matrix.node-version }}
4545
architecture: ${{ matrix.architecture }}

.github/workflows/linux-x64-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ros_distribution: rolling
4343
steps:
4444
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
45-
uses: actions/setup-node@v5
45+
uses: actions/setup-node@v6
4646
with:
4747
node-version: ${{ matrix.node-version }}
4848
architecture: ${{ matrix.architecture }}

.github/workflows/prebuild-linux-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
39-
uses: actions/setup-node@v5
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version: ${{ matrix.node-version }}
4242
architecture: ${{ matrix.architecture }}

.github/workflows/prebuild-linux-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
39-
uses: actions/setup-node@v5
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version: ${{ matrix.node-version }}
4242
architecture: ${{ matrix.architecture }}

.github/workflows/windows-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- rolling
2323
steps:
2424
- name: Setup Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828

0 commit comments

Comments
 (0)