Skip to content

Commit 34b5389

Browse files
committed
fix(ci): ensure latest npm version is used
1 parent e3f339b commit 34b5389

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
node-version: 20
3333
cache: "pnpm"
3434

35+
# Minimum required version for npm publish with OIDC Support
36+
# https://docs.npmjs.com/trusted-publishers
37+
- run: |
38+
npm install npm@latest
39+
npm version
40+
3541
- name: Install Foundry
3642
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # 1.3.1
3743
with:

0 commit comments

Comments
 (0)