Skip to content

Commit

Permalink
add windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed May 22, 2024
1 parent 7e13349 commit 9adc202
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ on:

jobs:
tests:
name: "Tests on Node.js ${{ matrix.node-version }}"
runs-on: ubuntu-latest
name: "Tests on Node.js ${{ matrix.node-version }} - ${{ matrix.os }}"
runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: ["16", "18", "20"]
os:
- 'ubuntu-latest'
- 'windows-latest'

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

0 comments on commit 9adc202

Please sign in to comment.