Skip to content

Commit

Permalink
Shrink test matrix to have a single yarn2 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Nov 25, 2020
1 parent 3007429 commit 688f10a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 688f10a

Please sign in to comment.