We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827c15f commit 816f34bCopy full SHA for 816f34b
1 file changed
.github/workflows/release.yml
@@ -44,9 +44,12 @@ jobs:
44
- name: Setup Node (for npm publish with OIDC)
45
uses: actions/setup-node@v4
46
with:
47
- node-version: "22"
+ node-version: "22.14.0"
48
registry-url: "https://registry.npmjs.org"
49
50
+ - name: Upgrade npm to latest (required for OIDC trusted publishing)
51
+ run: npm install -g npm@latest
52
+
53
- name: Install dependencies
54
run: bun install --frozen-lockfile
55
0 commit comments