fix(release): upgrade npm for trusted publishing
This commit is contained in:
5
.github/workflows/build-binaries.yml
vendored
5
.github/workflows/build-binaries.yml
vendored
@@ -126,5 +126,10 @@ jobs:
|
|||||||
- name: Verify release artifacts are committed
|
- name: Verify release artifacts are committed
|
||||||
run: git diff --exit-code
|
run: git diff --exit-code
|
||||||
|
|
||||||
|
- name: Upgrade npm for trusted publishing
|
||||||
|
run: |
|
||||||
|
npm install -g npm@11.16.0 --ignore-scripts
|
||||||
|
npm --version
|
||||||
|
|
||||||
- name: Publish npm packages
|
- name: Publish npm packages
|
||||||
run: node scripts/publish.mjs
|
run: node scripts/publish.mjs
|
||||||
|
|||||||
Reference in New Issue
Block a user