From 0f17f39344054d281c624abe6da7ce2b1e5cf132 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 12 May 2023 19:00:42 +0200 Subject: [PATCH 1/2] chore(ci): fix syntax error in workflow file --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae283a0d0..f3e64a195 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Checkout From b3ad9fa3435e3c212bbe62d8a873054db9056d67 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 19 May 2023 11:34:16 +0200 Subject: [PATCH 2/2] chore(ci): remove Node 20.x from CI workflows --- .github/workflows/ci-full.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-full.yaml b/.github/workflows/ci-full.yaml index f3b25a4fd..34dd79cfa 100644 --- a/.github/workflows/ci-full.yaml +++ b/.github/workflows/ci-full.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x] steps: - name: Checkout diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3e64a195..b886d4343 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x] steps: - name: Checkout