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:
authorRich Trott <rtrott@gmail.com>2021-07-12 20:23:52 +0300
committerMichaël Zasso <targos@protonmail.com>2021-09-04 16:14:27 +0300
commit0da5d74da43eb6a78b36bb4a65a66f483421aa52 (patch)
tree33ffa0e4401a9a86fd1b82d6a570b9f272e783a6 /.github
parent5c473bdc12b35546e3b03b47c70ae14fff90536b (diff)
build: update to setup-node@v2
commit-lint.yml uses setup-node@v1 but all our other GitHub Actions use v2. Update commit-lint.yml. PR-URL: https://github.com/nodejs/node/pull/39366 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/commit-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml
index 9ea6337b51f..66587c7cb0a 100644
--- a/.github/workflows/commit-lint.yml
+++ b/.github/workflows/commit-lint.yml
@@ -11,7 +11,7 @@ jobs:
# Last 100 commits should be enough for a PR
fetch-depth: 100
- name: Use Node.js 12
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
with:
node-version: 12.x
- name: Validate commit messages