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
committerGitHub <noreply@github.com>2022-02-26 01:36:05 +0300
commite84b635db49d629f119959c9f0a31762ac22770b (patch)
tree36f1056e74351be4e21943cc0126892d49ceabe1 /.github
parent65b60b5676887d7c48baa78d0708a11f7089dce5 (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