From 8d27998bd655bac5cef8fabce2b90cae43719b49 Mon Sep 17 00:00:00 2001 From: Denys Otrishko Date: Sat, 29 Aug 2020 12:37:21 +0300 Subject: [PATCH] build: use latest node-core-utils from npm PR-URL: https://github.com/nodejs/node/pull/34969 Reviewed-By: Mary Marchini Reviewed-By: Luigi Pinca Reviewed-By: Shelley Vohr --- .github/workflows/commit-queue.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml index 9db520d5c35a59..6f4affe656c9a1 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: |