We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185f4ec commit 15c8241Copy full SHA for 15c8241
.github/workflows/release.yml
@@ -56,6 +56,11 @@ jobs:
56
node-version: 20.19.0
57
cache: "pnpm"
58
59
+ # npm v11.5.1 or newer is required for OIDC support
60
+ # https://github.blog/changelog/2025-07-31-npm-trusted-publishing-with-oidc-is-generally-available/#whats-new
61
+ - name: Setup npm 11.x for OIDC
62
+ run: npm install -g [email protected]
63
+
64
- name: Install dependencies
65
run: pnpm install --frozen-lockfile
66
0 commit comments