Skip to content

Commit b868aad

Browse files
ci: upgrade npm to latest for OIDC trusted publishing
1 parent 587c98d commit b868aad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 22
19+
- name: Upgrade npm (OIDC trusted publishing requires npm >= 11.5.1)
20+
run: npm install -g npm@latest
1921
- run: npm ci
2022
- run: npm run build
2123
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)