We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58f1ea commit a823986Copy full SHA for a823986
.github/workflows/npm-publish.yaml
@@ -37,5 +37,5 @@ jobs:
37
run: make build
38
39
- name: Publish to npm
40
- run: bunx npm@16.8.0 publish --provenance # workaround for bun not supporting trusted publishing of npm (https://github.com/oven-sh/bun/issues/15601)
+ run: bunx npm@11.8.0 publish --provenance # workaround for bun not supporting trusted publishing of npm (https://github.com/oven-sh/bun/issues/15601)
41
if: github.event_name == 'release'
0 commit comments