From afe73595702ebb549b8f163658df7e98d6031256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E9=9D=99=E5=87=A1?= <30424139+wtto00@users.noreply.github.com> Date: Sat, 23 Sep 2023 02:05:59 +0800 Subject: [PATCH] chore: ci node version --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ea1a89..fb1db03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,9 +32,6 @@ jobs: Test: runs-on: macos-latest needs: Lint - strategy: - matrix: - node: [20] env: GITHUB_CI: true steps: @@ -50,7 +47,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node }} + node-version: 20 cache: 'pnpm' - name: Install Dependencies