Skip to content

Commit

Permalink
ci: Add Windows to runs-on field
Browse files Browse the repository at this point in the history
Now it runs on Windows to check the compatibility both on Ubuntu (Linux) and Windows systems.
  • Loading branch information
mitsuki31 committed May 21, 2024
1 parent 10e4af3 commit f418f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ Windows, Ubuntu ]
node-ver: [16.x, 18.x, 20.x]

steps:
Expand Down

0 comments on commit f418f50

Please sign in to comment.