diff options
author | Denys Otrishko <shishugi@gmail.com> | 2020-08-29 12:37:21 +0300 |
---|---|---|
committer | Richard Lau <riclau@uk.ibm.com> | 2020-09-01 14:05:05 -0400 |
commit | 7afb67f49174e9a1e95fa99d2da2883f413902a0 (patch) | |
tree | ea39eb3c3ab227daa49daec8e8232982292b7e4f /.github | |
parent | db8c66b8c289afcc220959816b63ddb7424cbfc1 (diff) | |
download | node-new-7afb67f49174e9a1e95fa99d2da2883f413902a0.tar.gz |
build: use latest node-core-utils from npm
PR-URL: https://github.com/nodejs/node/pull/34969
Reviewed-By: Mary Marchini <oss@mmarchini.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/commit-queue.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml index 9db520d5c3..6f4affe656 100644 --- a/.github/workflows/commit-queue.yml +++ b/.github/workflows/commit-queue.yml @@ -35,9 +35,7 @@ jobs: - name: Install dependencies run: | sudo apt-get install jq -y - # TODO(mmarchini): install from npm after next ncu release is out - npm install -g 'https://github.com/mmarchini/node-core-utils#commit-queue-branch' - # npm install -g node-core-utils + npm install -g node-core-utils@latest - name: Set variables run: | |