Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44b05b commit 8d27998Copy full SHA for 8d27998
.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