From cd00893f57481c3b8acd3e8978a1b32256450562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJamesHenry=E2=80=9D?= Date: Fri, 10 May 2024 14:50:26 +0400 Subject: [PATCH] chore: pin pnpm v8 --- .github/workflows/other-node-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/other-node-versions.yml b/.github/workflows/other-node-versions.yml index 19e96ce370..6ae4e36f73 100644 --- a/.github/workflows/other-node-versions.yml +++ b/.github/workflows/other-node-versions.yml @@ -67,7 +67,7 @@ jobs: shell: bash env: COREPACK_ENABLE_AUTO_PIN: "0" - + - name: Print installed pnpm version run: pnpm --version shell: bash