From 9eedce55fdaf6a7f206514d7c1d4f6dcbb0b9829 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 26 May 2022 17:45:27 -0400 Subject: [PATCH] fix ci --- .github/workflows/ci-cd.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5a1e60e5ad5cb..b43fb0c8ad5b9 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -20,7 +20,11 @@ jobs: fail-fast: false matrix: os: [windows-2019, ubuntu-18.04, macos-10.15] - node: ['14.x', '16.x', '18.x'] + node: [14.x, 16.x] + + include: + - os: ubuntu-20.04 + node: 18.x runs-on: ${{ matrix.os }} timeout-minutes: 60