From 830dd8b6bef2afc309718a81f4dd6e237ca7e324 Mon Sep 17 00:00:00 2001 From: liuyi Date: Tue, 5 Dec 2023 17:26:33 +0800 Subject: [PATCH] fix(cli): duplicated node matrix (#1835) --- cli/src/api/templates/ci-template.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cli/src/api/templates/ci-template.ts b/cli/src/api/templates/ci-template.ts index 176aeab5..1b7c2317 100644 --- a/cli/src/api/templates/ci-template.ts +++ b/cli/src/api/templates/ci-template.ts @@ -245,7 +245,6 @@ jobs: target: 'x86_64-apple-darwin' - host: windows-latest target: 'x86_64-pc-windows-msvc' - node: ['16', '18'] node: ['18', '20'] runs-on: \${{ matrix.settings.host }} @@ -281,7 +280,6 @@ jobs: strategy: fail-fast: false matrix: - node: ['16', '18'] node: ['18', '20'] runs-on: ubuntu-latest @@ -317,7 +315,6 @@ jobs: strategy: fail-fast: false matrix: - node: ['16', '18'] node: ['18', '20'] runs-on: ubuntu-latest @@ -355,7 +352,6 @@ jobs: strategy: fail-fast: false matrix: - node: ['16', '18'] node: ['18', '20'] runs-on: ubuntu-latest @@ -401,7 +397,7 @@ jobs: strategy: fail-fast: false matrix: - node: ['16', '18'] + node: ['18', '20'] runs-on: ubuntu-latest @@ -446,7 +442,6 @@ jobs: strategy: fail-fast: false matrix: - node: ['16', '18'] node: ['18', '20'] runs-on: ubuntu-latest