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:
authorMaƫl Nison <nison.mael@gmail.com>2022-02-26 01:36:05 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2022-04-24 05:47:05 +0300
commit042fb6f4d58736346d5227dd875d3926bb53f229 (patch)
treeb86bb8c148b82fce3900e223479868a5004b7c73 /.github
parent37f6f92905511b252d3f026c38459408f34d47e9 (diff)
build: add corepack to the auto-updated dependencies
PR-URL: https://github.com/nodejs/node/pull/42090 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tools.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 7865a4166f8..a9ae1372e42 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -23,6 +23,10 @@ jobs:
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
./update-eslint.sh
fi
+ - id: corepack
+ run: |
+ make corepack-update
+ echo "NEW_VERSION=$(node deps/corepack/dist/corepack.js --version)" >> $GITHUB_ENV
- id: lint-md-dependencies
run: |
cd tools/lint-md