Skip to content

Commit

Permalink
Run CI tests on more Operating Systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffleupagus committed Nov 8, 2024
1 parent aaea218 commit 26fbe07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ permissions:
jobs:
test:
name: Test
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [20, 22, 23]

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

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 26fbe07

Please sign in to comment.