Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengjie <37610029@qq.com>2021-05-27 16:50:50 +0300
committerRichard Lau <rlau@redhat.com>2021-07-20 14:11:23 +0300
commit1dc71da302dfa658f5d1bbee2362e267c046495c (patch)
tree1591a9ef0ac2bf9a783a83da2de1f08dc0d61a81 /.github
parentfecad40f274e07532656b14a91f58656e0490ab5 (diff)
tools: update setup-node to setup-node@v2
Signed-off-by: pengjie <37610029@qq.com> PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-start-ci.yml2
-rw-r--r--.github/workflows/commit-queue.yml2
-rw-r--r--.github/workflows/linters.yml6
-rw-r--r--.github/workflows/misc.yml2
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml
index 04a620249f0..236e23d30f6 100644
--- a/.github/workflows/auto-start-ci.yml
+++ b/.github/workflows/auto-start-ci.yml
@@ -21,7 +21,7 @@ jobs:
# Install dependencies
- name: Install Node.js
- uses: actions/setup-node@v2-beta
+ uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install node-core-utils
diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml
index 50d729aab55..5cfb92d88f9 100644
--- a/.github/workflows/commit-queue.yml
+++ b/.github/workflows/commit-queue.yml
@@ -35,7 +35,7 @@ jobs:
# Install dependencies
- name: Install Node.js
- uses: actions/setup-node@v2-beta
+ uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install node-core-utils
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 89371bcb556..a083c4f08d2 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ env.NODE_VERSION }}
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information
@@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ env.NODE_VERSION }}
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information
@@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ env.NODE_VERSION }}
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information
diff --git a/.github/workflows/misc.yml b/.github/workflows/misc.yml
index b8f403fd7d6..479b9c6e0fa 100644
--- a/.github/workflows/misc.yml
+++ b/.github/workflows/misc.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ env.NODE_VERSION }}
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- name: Environment Information