mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-04 23:34:58 -04:00
ci: remove printing of npm version
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -34,9 +34,7 @@ jobs:
|
||||
run: pnpm install --global npm@11.6.2
|
||||
- name: pnpm install
|
||||
# We use --force because we want all artifacts of @reflink/reflink to be installed.
|
||||
run: |
|
||||
npm -v
|
||||
pnpm install --force
|
||||
run: pnpm install --force
|
||||
- name: Publish Packages
|
||||
continue-on-error: true
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user