Skip to content

Commit

Permalink
install jq in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazs-flare committed Oct 4, 2023
1 parent 96331b8 commit 17e194d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install jq
run: apt update -y && apt install jq -y
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Calculate current epoch
Expand Down

0 comments on commit 17e194d

Please sign in to comment.