We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b104c1 commit 47bdbd5Copy full SHA for 47bdbd5
1 file changed
.github/workflows/release.yml
@@ -23,6 +23,9 @@ jobs:
23
node-version: '24'
24
registry-url: 'https://registry.npmjs.org'
25
26
+ - name: Upgrade npm for trusted publishing support
27
+ run: npm install -g npm@latest
28
+
29
- name: Setup Bun
30
uses: oven-sh/setup-bun@v2
31
0 commit comments