Skip to content

Commit f5e651b

Browse files
authored
chore(CI): Enforce npm version (#5716)
1 parent 358a91d commit f5e651b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-on-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
with:
4444
node-version: 24
4545
registry-url: https://registry.npmjs.org/
46+
- run: npm --version
47+
- name: Update npm
48+
run: npm install -g npm@latest
49+
- run: npm --version
4650
- if: ${{ !github.event.release.prerelease }}
4751
run: npm publish
4852
- if: ${{ github.event.release.prerelease }}

0 commit comments

Comments
 (0)