We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2840926 commit f5ef4b4Copy full SHA for f5ef4b4
.github/workflows/CI.yml
@@ -209,7 +209,6 @@ jobs:
209
path: .
210
- name: List packages
211
run: ls -R .
212
- shell: bash
213
- name: Test bindings
214
run: pnpm test
215
@@ -267,7 +266,6 @@ jobs:
267
266
268
269
270
271
- name: Set up QEMU
272
uses: docker/setup-qemu-action@v3
273
if: ${{ contains(matrix.target, 'armv7') }}
@@ -309,7 +307,6 @@ jobs:
309
307
run: pnpm artifacts
310
308
311
run: ls -R ./npm
312
313
- name: Publish
314
run: |
315
npm config set provenance true
0 commit comments