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