Skip to content

Commit

Permalink
Pin GHA runner to windows-2019 for node-gyp compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 1, 2022
1 parent 3508f26 commit c6e4368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-2019]
node: [10, 12, 14, 16]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / Node ${{ matrix.node }}
Expand Down

0 comments on commit c6e4368

Please sign in to comment.