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: nodejs#34969
Reviewed-By: Mary Marchini <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Shelley Vohr <[email protected]>
  • Loading branch information
lundibundi authored and mmarchini committed Aug 31, 2020
1 parent 883fc77 commit 6199678
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/commit-queue.yml
Original file line number Diff line number Diff line change
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 6199678

Please sign in to comment.