1 parent a8214e7 commit 301a789Copy full SHA for 301a789
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,8 @@ jobs:
27
node-version: 22
28
registry-url: https://registry.npmjs.org
29
30
+ - name: Upgrade npm for OIDC trusted publishing
31
+ run: npm install -g npm@latest
32
33
- uses: oven-sh/setup-bun@v2
34
with:
0 commit comments