Skip to content

Commit c0285f9

Browse files
authored
Fix Windows build by using windows-2019 (#196)
1 parent 7ca7b6d commit c0285f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version: [12.18.0, 14.x, 16.x]
16-
operating-system: [ubuntu-latest, windows-latest, macos-latest]
16+
operating-system: [ubuntu-latest, windows-2019, macos-latest]
1717

1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)