Skip to content

Commit

Permalink
fix github ci setup jq
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed Mar 12, 2024
1 parent 45a231f commit ed3598a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install jq
run: apt install jq -y

- name: Checkout code
uses: actions/checkout@v4

Expand All @@ -22,6 +19,9 @@ jobs:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"

- name: Setup jq
uses: dcarbone/install-jq-action@v2

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit ed3598a

Please sign in to comment.