Skip to content

Commit e7296d4

Browse files
committed
fix(ci): restore npm upgrade step to unblock OIDC trusted publishing
1 parent 4d54fdf commit e7296d4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ jobs:
1818
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
21+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222
with:
2323
node-version: '20'
2424
registry-url: 'https://registry.npmjs.org/'
2525

26+
- name: Update npm
27+
run: npm install -g npm@latest
28+
2629
- name: Verify npm provenance support
2730
run: |
2831
NPM_VERSION="$(npm --version)"

0 commit comments

Comments
 (0)