From 6399f5f018168cb157559b432bdcee29190f9557 Mon Sep 17 00:00:00 2001 From: Bhsd <55071315+bhsd-harry@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:12:28 +0800 Subject: [PATCH] fix(node.js.yml): node-version --- .github/workflows/node.js.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8fcfaab9..942aa5bc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,9 +14,6 @@ jobs: build: runs-on: ubuntu-latest - strategry: - matrix: - node: [ 20, 22 ] steps: - uses: actions/checkout@v4 @@ -29,7 +26,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node }} + node-version: 20.x, 22.x cache: 'npm' - run: npm ci - run: npm run build:core