From 340261bd67a00aaf10945e725dc2a819d4f7be6d Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 26 Jul 2023 17:32:32 +0300 Subject: [PATCH] ci: use standalone pnpm --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d5e486cfb..e1c9875fcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,10 @@ jobs: - name: Checkout Commit uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: next-8 + standalone: true - name: Setup Node uses: actions/setup-node@v3 with: