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 1d772fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ on:
jobs:
tests:
name: "Tests on Node.js ${{ matrix.node-version }}"
runs-on: ubuntu-latest
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 1d772fd

Please sign in to comment.