Merge pull request #307 from nschonni/multi-os

ci: Use matrix for cross-OS testing
This commit is contained in:
Thomas Cort 2024-05-21 07:25:19 -04:00 committed by GitHub
commit 5387de4d51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,10 +8,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
node-version:
- 18
- 20