Skip to content

Commit

Permalink
ci: test on windows and macos
Browse files Browse the repository at this point in the history
Would've found that build failure issue.
  • Loading branch information
isaacs committed Jan 19, 2024
1 parent 81dd0ad commit 4b33e42
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -10,12 +10,15 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: [16.x, 18.x, 20.7.x]
os: [ubuntu-latest]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4b33e42

Please sign in to comment.