Skip to content

Commit fa8afd8

Browse files
authored
Merge pull request #3 from cloudgraphdev/chore/migrate-pipelines-to-github
chore: update node-jq post install script execution
2 parents 910904f + 9298a24 commit fa8afd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: yarn install --frozen-lockfile --prefer-offline --ignore-scripts
4343

4444
- name: Install jq for tests
45-
run: npm explore node-jq && npm run install-binary
45+
run: node -r node-jq/scripts/install-binary.js
4646

4747
- name: Build
4848
run: yarn prepack

0 commit comments

Comments
 (0)