From 12c20b3cfb97164186996d8a28e27d95659bcc11 Mon Sep 17 00:00:00 2001 From: oddvernes Date: Fri, 6 Oct 2023 14:12:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20latest=20pnpm=20did=20NOT=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_setup.yml b/.github/workflows/_setup.yml index 524453add1..4ff5564e16 100644 --- a/.github/workflows/_setup.yml +++ b/.github/workflows/_setup.yml @@ -81,7 +81,7 @@ jobs: - name: Install pnpm id: install-pnpm # if: steps.cache-pnpm-store.outputs.cache-hit != 'true' - run: npm i --no-save pnpm@"<9.0.0" + run: npm i --no-save pnpm@8.6.5 - name: Install dependencies recursively id: install-dependencies # if: steps.cache-pnpm-store.outputs.cache-hit != 'true'