From 1d482c8f2bd2e3f50f0b192ddb1c652ea49c4a50 Mon Sep 17 00:00:00 2001 From: Dylan Duan Date: Thu, 22 Aug 2024 18:04:16 +0800 Subject: [PATCH] fix: Update github actions pnpm version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d9307a..76cf43e 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,12 +8,12 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3.5.0 + - uses: actions/setup-node@v4 with: node-version: '20' - uses: pnpm/action-setup@v4.0.0 with: - version: 8 + version: 9 - name: Install dependency run: pnpm install - name: Lint