Skip to content

Commit d5f08f8

Browse files
committed
fix: upgrade npm for OIDC trusted publishing support
npm 10.x (bundled with Node 20) doesn't support OIDC trusted publishing. Requires npm 11.5.1+.
1 parent f55bc2f commit d5f08f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-snap.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
node-version: 20
3434
registry-url: 'https://registry.npmjs.org'
3535

36+
- name: Upgrade npm for OIDC trusted publishing
37+
run: npm install -g npm@latest
38+
3639
- name: Install dependencies
3740
run: yarn workspaces focus genlayer-wallet-plugin
3841

0 commit comments

Comments
 (0)