Skip to content

Commit

Permalink
chore: Add windows to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 24, 2023
1 parent 56fb514 commit 5a5779b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: ['18.x', '20.x']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5a5779b

Please sign in to comment.