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 4e27fb1 commit 5beda34Copy full SHA for 5beda34
1 file changed
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
# requires npm >=11.5.1, which Node 24's bundled npm only satisfies from
72
# ~24.6 onward. Install a recent-enough npm so we don't depend on which Node patch resolves.
73
- name: Ensure npm CLI supports OIDC trusted publishing
74
- run: npm install -g npm@^11.5.1
+ run: npm install -g npm@11.5.1
75
76
- name: Publish to npm
77
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1
0 commit comments