Skip to content

Commit 7afb67f

Browse files
lundibundirichardlau
authored andcommitted
build: use latest node-core-utils from npm
PR-URL: #34969 Reviewed-By: Mary Marchini <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Shelley Vohr <[email protected]>
1 parent db8c66b commit 7afb67f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/commit-queue.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
sudo apt-get install jq -y
38-
# TODO(mmarchini): install from npm after next ncu release is out
39-
npm install -g 'https://github.com/mmarchini/node-core-utils#commit-queue-branch'
40-
# npm install -g node-core-utils
38+
npm install -g node-core-utils@latest
4139
4240
- name: Set variables
4341
run: |

0 commit comments

Comments
 (0)