Skip to content

Commit 457ae67

Browse files
committed
Fix release script
1 parent 3a3ea13 commit 457ae67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
node-version: 20
2020
registry-url: https://registry.npmjs.org
21+
# Ensure npm 11.5.1 or later for trusted publishing
22+
- run: npm install -g npm@latest
2123
- uses: actions/cache@v4
2224
with:
2325
path: ~/.npm

0 commit comments

Comments
 (0)