Skip to content

Commit 9e178ae

Browse files
committed
chore(cd): fix NPM version for trusted publishing
1 parent e50fdd8 commit 9e178ae

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ jobs:
5757
registry-url: 'https://registry.npmjs.org'
5858
if: ${{ steps.release.outputs.releases_created == 'true' }}
5959

60-
- name: npm latest
61-
# This step is required to update npm to the latest version
62-
# v10.8.1 is needed for https://github.com/npm/cli/pull/7508
63-
run: npm i -g npm@10.8.1 --registry=https://registry.npmjs.org
64-
if: ${{ steps.release.outputs.releases_created == 'true' }}
65-
6660
- run: npm ci
6761
if: ${{ steps.release.outputs.releases_created == 'true' }}
6862

0 commit comments

Comments
 (0)