From 688f10a6e9e84e5eb08b20fbd968190a82e368f4 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Tue, 24 Nov 2020 19:44:08 -0500 Subject: [PATCH] Shrink test matrix to have a single yarn2 entry --- .github/workflows/nodejs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 72a7cb71a..8250cb0f5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -35,7 +35,11 @@ jobs: matrix: node: ['10.x', '12.x', '14.x'] os: [ubuntu-latest, windows-latest, macOS-latest] - should_use_yarn2: [false, true] + should_use_yarn2: [false] + include: + - node: '10.x' + os: ubuntu-latest + should_use_yarn2: true steps: - name: Checkout repo