From 280abc679cf7cbbc7d7511ba0ede40d96898dbfd Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 19 Apr 2023 14:24:01 +0300 Subject: [PATCH] ci: install the standalone version of pnpm --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0562ed4ff8..80aed63f93b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,8 @@ jobs: - name: Checkout Commit uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 - with: - version: next-8 + run: curl -fsSL https://get.pnpm.io/install.sh | SHELL="$(which bash)" sh - + shell: bash - name: Setup Node uses: actions/setup-node@v3 with: