Skip to content

Commit

Permalink
fix runners
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewRyanRead authored Sep 20, 2024
1 parent de99fe7 commit 81a6142
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,25 @@ jobs:
strategy:
matrix:
node: ['10', '12', '14', '20']
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- node: '10'
os: 'ubuntu-latest'
- node: '10'
os: 'windows-latest'
- node: '12'
os: 'ubuntu-latest'
- node: '12'
os: 'windows-latest'
- node: '14'
os: 'ubuntu-latest'
- node: '14'
os: 'windows-latest'
- node: '20'
os: 'ubuntu-latest'
- node: '20'
os: 'windows-latest'
- node: '20'
os: 'macos-latest'

steps:
- name: Checkout repo
Expand Down

0 comments on commit 81a6142

Please sign in to comment.