Skip to content

Commit bde5bcf

Browse files
Make sure npm is up to date for trusted publishing
1 parent 3f4a721 commit bde5bcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
node-version: "20"
1818
registry-url: "https://registry.npmjs.org"
19+
# Ensure npm is up to date for trusted publishing
20+
- run: npm install -g npm@latest
1921
- run: npm ci
2022
- run: npm test
2123
- run: npm publish

0 commit comments

Comments
 (0)