Skip to content

Commit a195f0b

Browse files
committed
chore: remove npm installation step from release workflow
1 parent c1d95d5 commit a195f0b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,7 @@ jobs:
5959
with:
6060
node-version: 'lts/*'
6161
registry-url: 'https://registry.npmjs.org'
62-
63-
- name: Install latest npm
64-
if: steps.tag-check.outputs.exists == 'false'
65-
run: |
66-
echo "Current npm version: $(npm -v)"
67-
npm install -g npm@latest
68-
echo "Updated npm version: $(npm -v)"
69-
62+
7063
- name: Install dependencies
7164
if: steps.tag-check.outputs.exists == 'false'
7265
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)