diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml index 9db520d5c35a59..6f4affe656c9a1 100644 --- a/.github/workflows/commit-queue.yml +++ b/.github/workflows/commit-queue.yml @@ -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: |