Skip to content

Commit

Permalink
ci: add windows and mac os to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jun 3, 2023
1 parent 8454ce4 commit 58d3e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:

jobs:
lint-and-test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18, 20]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout project
Expand Down

0 comments on commit 58d3e32

Please sign in to comment.