From 8d9beb7078f7e2fd4e41014375d0b9dac278b59a Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Wed, 22 Dec 2021 07:19:08 +0100 Subject: [PATCH] Only run latest and oldest for non-Linux Node versions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3de4ab84898..528778af99b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,7 +75,7 @@ jobs: runs-on: macos-latest strategy: matrix: - node: ['10', '12', '14', '16', '17'] + node: ['10', '17'] name: Node ${{ matrix.node }} (macOS) steps: - name: Checkout Commit @@ -95,7 +95,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node: ['10', '12', '14', '16', '17'] + node: ['10', '17'] name: Node ${{ matrix.node }} (Windows) steps: - name: Checkout Commit