Skip to content

Commit 3d51f5b

Browse files
chore: update semantic-release workflow to install latest npm version
1 parent 9c7164a commit 3d51f5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
node-version: 20
3434
registry-url: 'https://registry.npmjs.org'
35+
- run: npm install -g npm@latest
3536
- uses: cycjimmy/semantic-release-action@v4
3637
with:
3738
semantic_version: 24

0 commit comments

Comments
 (0)