Skip to content

Commit

Permalink
Attempt repro with Node 14.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Nov 9, 2020
1 parent 44f09b8 commit c4b7c50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,16 @@ jobs:
dotnet: ['3.1.x']
java: ['8']
node: ['10', '12', '14']
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python: ['3.6']
# Add specific combinations to be tested against "node 10" (to restrict cardinality)
include:
# Test using Windows
- os: windows-latest
dotnet: '3.1.x'
java: '8'
node: '14.15.0'
python: '3.6'
# Test using macOS
- os: macos-latest
dotnet: '3.1.x'
Expand Down

0 comments on commit c4b7c50

Please sign in to comment.