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 07a1d04Copy full SHA for 07a1d04
.github/workflows/changeset-pr.yml .github/workflows/changesets-pr.yml.github/workflows/changeset-pr.yml renamed to .github/workflows/changesets-pr.yml
@@ -1,4 +1,4 @@
1
-name: 🦋 Changeset PR
+name: 🦋 Changesets PR
2
3
on:
4
push:
.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