Skip to content

Commit 2442fe3

Browse files
committed
ci: update workflows config.
1 parent de966ba commit 2442fe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ jobs:
122122
with:
123123
unset: scripts,devDependencies
124124

125+
# npm@v11.5.0+ is required for OIDC support
126+
- name: Upgrade npm for OIDC support
127+
run: npm install -g npm@latest
125128
# node@v22.0.0+
126129
# https://gist.github.com/jaywcjlove/a178278521a6f72c74525d3f1d9c4bf9
127130
- run: NODE_AUTH_TOKEN="" npm publish --access public --provenance

0 commit comments

Comments
 (0)