From e3431c8b98c638d95914c62ea009514e74c7b7f0 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 5 Feb 2024 17:18:27 +0800 Subject: [PATCH] Make CI faster [skip skia] --- .github/workflows/CI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index d3b74def..3160579e 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -298,7 +298,7 @@ jobs: strategy: fail-fast: false matrix: - node: ['20', '21'] + node: ['18', '20'] runs-on: ubuntu-latest steps: @@ -402,7 +402,7 @@ jobs: strategy: fail-fast: false matrix: - node: ['18', '20'] + node: ['20', '21'] runs-on: ubuntu-latest steps: