Skip to content

Commit a823986

Browse files
authored
fix npm version in release workflow (#96)
1 parent b58f1ea commit a823986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
run: make build
3838

3939
- 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)
40+
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)
4141
if: github.event_name == 'release'

0 commit comments

Comments
 (0)