Skip to content

Commit

Permalink
ci: test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 18, 2024
1 parent ebcfb4b commit c864e9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: CI
on: push
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
os:
- ubuntu-20.04
- windows-2019
node:
- '18'
- '16'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit c864e9e

Please sign in to comment.