From 86911503915838b0d32044dc2db07682d0f7b351 Mon Sep 17 00:00:00 2001 From: Ludovic Lerus Date: Sun, 26 May 2024 10:16:32 +0100 Subject: [PATCH] fix(workflow): Pnpm version removed from release --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 957c9ae..83c53ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,6 @@ jobs: matrix: os: [ubuntu-latest] node-version: [lts/*] - pnpm-version: [latest] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -39,7 +38,6 @@ jobs: id: setup-pnpm uses: pnpm/action-setup@v4 with: - version: ${{ matrix.pnpm-version }} run_install: false - name: Get pnpm store directory