Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c0bde0c

Browse filesBrowse files
JayFatedanielleadams
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 ee1056d commit c0bde0c
Copy full SHA for c0bde0c

File tree

Expand file treeCollapse file tree

4 files changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+6
-6
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/auto-start-ci.yml
+1-1Lines changed: 1 addition & 1 deletion
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
Collapse file

‎.github/workflows/commit-queue.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/commit-queue.yml
+1-1Lines changed: 1 addition & 1 deletion
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
Collapse file

‎.github/workflows/linters.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/linters.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Use Node.js ${{ env.NODE_VERSION }}
23-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v2
2424
with:
2525
node-version: ${{ env.NODE_VERSION }}
2626
- name: Environment Information
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v2
4848
- name: Use Node.js ${{ env.NODE_VERSION }}
49-
uses: actions/setup-node@v1
49+
uses: actions/setup-node@v2
5050
with:
5151
node-version: ${{ env.NODE_VERSION }}
5252
- name: Environment Information
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v2
7070
- name: Use Node.js ${{ env.NODE_VERSION }}
71-
uses: actions/setup-node@v1
71+
uses: actions/setup-node@v2
7272
with:
7373
node-version: ${{ env.NODE_VERSION }}
7474
- name: Environment Information
Collapse file

‎.github/workflows/misc.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/misc.yml
+1-1Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.