From bc4fe4b6e52f73da71a9c65fbc539f90eaaccf4f Mon Sep 17 00:00:00 2001 From: Roy Li Date: Mon, 12 Aug 2024 18:58:46 +0000 Subject: [PATCH] chore: update pnpm action-setup to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3bc7567e..bfd933f35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: