From 861c7278062d975cbda98746ae4b34336da3809c Mon Sep 17 00:00:00 2001 From: LingyuCoder Date: Mon, 23 Sep 2024 18:33:16 +0800 Subject: [PATCH] chore: test ci on windows --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 84a8808..6e47b3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,9 +20,9 @@ jobs: runs-on: ${{ matrix.os }} - concurrency: - group: test-${{ matrix.os }}-v${{ matrix.node }}-${{ github.ref }} - cancel-in-progress: true + # concurrency: + # group: test-${{ matrix.os }}-v${{ matrix.node }}-${{ github.ref }} + # cancel-in-progress: true # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -36,7 +36,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - cache: "npm" + cache: "pnpm" - name: Install Dependencies run: pnpm install