From 43f4ac734e88984f7146481f95501f568e5ef019 Mon Sep 17 00:00:00 2001 From: Dor Shtaif Date: Sat, 22 Jun 2024 02:36:20 +0300 Subject: [PATCH] set a fixed version of \`pnpm\` to install for the reusable CI setup which is compatible with the Node version 16.14.0 that's used in the meantime --- .github/actions/ci-common-setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci-common-setup/action.yaml b/.github/actions/ci-common-setup/action.yaml index 1c527fb..a98ef97 100644 --- a/.github/actions/ci-common-setup/action.yaml +++ b/.github/actions/ci-common-setup/action.yaml @@ -22,7 +22,7 @@ runs: shell: bash - name: Install pnpm - run: npm install -g pnpm + run: npm install -g pnpm@^8 shell: bash - name: Restore possibly cached dependencies