Skip to content

Commit 8e79494

Browse files
committed
Upgrade npm for trusted publishing
1 parent 48a6f68 commit 8e79494

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
registry-url: https://registry.npmjs.org
2222
cache: npm
2323

24+
- name: Upgrade npm for trusted publishing
25+
run: npm install -g npm@latest
26+
2427
- run: npm ci
2528

2629
- name: Lint

0 commit comments

Comments
 (0)