From ddf6fa481239f3ceb30243e2453036aa2bfced97 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 23 Oct 2025 11:59:23 +0200 Subject: [PATCH] ci: remove printing of npm version --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a632dd60b..49ed559517 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |