Skip to content

Commit 6836fb5

Browse files
authored
Install latest npm (#502)
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 0a32998 commit 6836fb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
with:
114114
node-version: '22'
115115
registry-url: 'https://registry.npmjs.org'
116+
- name: Update npm (OIDC/provenance support)
117+
run: npm i -g npm@latest
116118
- name: Build
117119
run: yarn
118120
- name: Publish (OIDC)

0 commit comments

Comments
 (0)