mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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:
parent
c143266b55
commit
8a93b371a3
2
.github/workflows/auto-start-ci.yml
vendored
2
.github/workflows/auto-start-ci.yml
vendored
@ -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:
|
||||
|
6
.github/workflows/commit-queue.yml
vendored
6
.github/workflows/commit-queue.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user