From 685eca8ab726e9f4c5b1abf7d043d26cef846ce3 Mon Sep 17 00:00:00 2001 From: kahosan <15116355657l@gmail.com> Date: Thu, 4 Jul 2024 20:48:09 +0800 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89c76fa..2444e35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3