Skip to content

Commit 7e91924

Browse files
authored
fix(ci): remove npm@latest upgrade in release workflow (#434)
1 parent 05c6f06 commit 7e91924

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- uses: actions/setup-node@v5
2121
with:
2222
node-version: '22.x'
23-
- run: npm i -g npm@latest
2423
- run: npm i
2524
- name: Check Git Commit name
2625
run: git log -1 --pretty=format:"%s" | npx commitlint

0 commit comments

Comments
 (0)