We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8c66b commit 7afb67fCopy full SHA for 7afb67f
.github/workflows/commit-queue.yml
@@ -35,9 +35,7 @@ jobs:
35
- name: Install dependencies
36
run: |
37
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
+ npm install -g node-core-utils@latest
41
42
- name: Set variables
43
0 commit comments