Skip to content

Commit 9298a24

Browse files
committed
chore: update node-jq install script execution
1 parent 910904f commit 9298a24

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)