Skip to content

Commit f2e64bb

Browse files
fix: bump npm to latest
1 parent 3ccf0c0 commit f2e64bb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,9 @@ jobs:
752752
- run: |
753753
version=$(git describe --tags --abbrev=0)
754754
yarn version --new-version ${version:1} --no-git-tag-version
755-
- run: npm publish . --tag latest
755+
- run: |
756+
npm install -g npm@latest
757+
npm publish . --tag latest
756758
757759
pypi-release:
758760
name: 📦 PyPI release

0 commit comments

Comments
 (0)