From 387a9cd7338b226451d947e82292953087f59faa Mon Sep 17 00:00:00 2001 From: cenfun Date: Thu, 21 Nov 2024 09:33:47 +0800 Subject: [PATCH] fix continue-on-error --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f446dce..897b6dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,11 @@ jobs: strategy: fail-fast: false matrix: - node-version: - - '20' - - '18' + node-version: ['20', '18'] experimental: [false] include: - - node-version: '22' - experimental: true + - node-version: '22' + experimental: true runs-on: ubuntu-latest