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>
This commit is contained in:
Michaël Zasso 2020-10-14 11:13:03 +02:00
parent c143266b55
commit 8a93b371a3
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600
2 changed files with 2 additions and 6 deletions

View File

@ -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:

View File

@ -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: |