Skip to content

Commit

Permalink
build: use latest node-core-utils from npm
Browse files Browse the repository at this point in the history
PR-URL: #34969
Reviewed-By: Mary Marchini <oss@mmarchini.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
  • Loading branch information
lundibundi authored and addaleax committed Sep 22, 2020
1 parent d44b05b commit 8d27998
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/commit-queue.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 8d27998

Please sign in to comment.