Skip to content

Commit

Permalink
add windows-latest to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
silkentrance committed Aug 26, 2022
1 parent 0dac212 commit 970bf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]

strategy:
matrix:
Expand Down

0 comments on commit 970bf34

Please sign in to comment.