Skip to content

Commit 053e22c

Browse files
committed
ci: install npm 11.5.1 for OIDC publish
1 parent 79da4f8 commit 053e22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
node-version: 22
2323
registry-url: https://registry.npmjs.org
24+
- run: npm install -g [email protected]
2425
- run: corepack yarn
2526
- uses: changesets/action@v1
2627
with:
@@ -29,4 +30,3 @@ jobs:
2930
env:
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3132
NPM_CONFIG_PROVENANCE: "true"
32-
NODE_AUTH_TOKEN: ""

0 commit comments

Comments
 (0)