Skip to content

Commit 12226c8

Browse files
authored
fix: ensure npm is latest to support trusted publishing flow (#1345)
1 parent d9fbb60 commit 12226c8

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
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '22.x'
20+
- name: Update npm
21+
run: npm install -g npm@latest
2022
- run: npm i
2123
- name: Check Git Commit name
2224
run: git log -1 --pretty=format:"%s" | npx commitlint

0 commit comments

Comments
 (0)