From fbe3cf4ed14bfea25053f8a3da9b9b03197bc04a Mon Sep 17 00:00:00 2001 From: Wenche Tollevsen Date: Mon, 2 May 2022 14:39:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Pin=20pnpm=20to=20v6=20(#1054)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/DEV-studio.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/DEV-studio.yml b/.github/workflows/DEV-studio.yml index 8c780d4e9..c57b023c4 100644 --- a/.github/workflows/DEV-studio.yml +++ b/.github/workflows/DEV-studio.yml @@ -28,7 +28,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: latest + version: '^6.32.11' - name: Install dependencies 🔧 id: install-dependencies run: | @@ -76,5 +76,3 @@ jobs: status: ${{ job.status }} steps: ${{ toJson(steps) }} if: failure() - -