summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2020-10-14 11:13:03 +0200
committerBeth Griggs <bgriggs@redhat.com>2020-12-07 18:03:49 +0000
commit71e0f337510a7505249ef54202a2126f2b191962 (patch)
treefb81fd27f104a253327c70948a58184e4611c55e /.github
parent226c1800a8d6ba20679bcaa19aa34cfa519ec8b9 (diff)
downloadnode-new-71e0f337510a7505249ef54202a2126f2b191962.tar.gz
build: do not install jq in workflows
It is already installed in the GitHub runners. PR-URL: https://github.com/nodejs/node/pull/35638 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-start-ci.yml2
-rw-r--r--.github/workflows/commit-queue.yml6
2 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml
index 6ca3392720..79f3cbd9de 100644
--- a/.github/workflows/auto-start-ci.yml
+++ b/.github/workflows/auto-start-ci.yml
@@ -17,8 +17,6 @@ jobs:
- uses: actions/checkout@v2
# Install dependencies
- - name: Install jq
- run: sudo apt-get install jq -y
- name: Install Node.js
uses: actions/setup-node@v2-beta
with:
diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml
index cca9564f6c..04b7f2be8a 100644
--- a/.github/workflows/commit-queue.yml
+++ b/.github/workflows/commit-queue.yml
@@ -35,10 +35,8 @@ jobs:
uses: actions/setup-node@v2-beta
with:
node-version: '12'
- - name: Install dependencies
- run: |
- sudo apt-get install jq -y
- npm install -g node-core-utils@latest
+ - name: Install node-core-utils
+ run: npm install -g node-core-utils@latest
- name: Set variables
run: |