Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Upgrade jq on CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
corollari committed Sep 23, 2020
1 parent 40a8660 commit fd0d516
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Upgrade jq
run: |
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
chmod +x jq-linux64
sudo mv jq-linux64 /usr/bin/jq
- run: npm ci
- run: npm run lint
- run: npm run build --if-present
Expand Down

0 comments on commit fd0d516

Please sign in to comment.