From 318415f422896b4185fc5b4c1bc1acb9a78c0549 Mon Sep 17 00:00:00 2001 From: Jai A Date: Wed, 3 Jul 2024 20:06:50 -0700 Subject: [PATCH] fix pnpm install --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cef2c0a58..ae47b4a70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - name: Restore cached npm dependencies id: cache-dependencies-restore