Skip to content

Commit 1dc71da

Browse files
JayFaterichardlau
authored andcommitted
tools: update setup-node to setup-node@v2
Signed-off-by: pengjie <37610029@qq.com> PR-URL: #38825 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent fecad40 commit 1dc71da

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/auto-start-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
# Install dependencies
2323
- name: Install Node.js
24-
uses: actions/setup-node@v2-beta
24+
uses: actions/setup-node@v2
2525
with:
2626
node-version: ${{ env.NODE_VERSION }}
2727
- name: Install node-core-utils

.github/workflows/commit-queue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Install dependencies
3737
- name: Install Node.js
38-
uses: actions/setup-node@v2-beta
38+
uses: actions/setup-node@v2
3939
with:
4040
node-version: ${{ env.NODE_VERSION }}
4141
- name: Install node-core-utils

.github/workflows/linters.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Use Node.js ${{ env.NODE_VERSION }}
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ env.NODE_VERSION }}
2525
- name: Environment Information
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v2
4545
- name: Use Node.js ${{ env.NODE_VERSION }}
46-
uses: actions/setup-node@v1
46+
uses: actions/setup-node@v2
4747
with:
4848
node-version: ${{ env.NODE_VERSION }}
4949
- name: Environment Information
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v2
5959
- name: Use Node.js ${{ env.NODE_VERSION }}
60-
uses: actions/setup-node@v1
60+
uses: actions/setup-node@v2
6161
with:
6262
node-version: ${{ env.NODE_VERSION }}
6363
- name: Environment Information

.github/workflows/misc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Use Node.js ${{ env.NODE_VERSION }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v2
2222
with:
2323
node-version: ${{ env.NODE_VERSION }}
2424
- name: Environment Information

0 commit comments

Comments
 (0)