Skip to content

Commit

Permalink
ci: add windows back into test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Jun 17, 2021
1 parent 37d7eec commit 622a4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
platform: [ubuntu-16.04, macOS-10.15]
platform: [ubuntu-16.04, macOS-10.15, windows-2016]
node-version: [12, 14]

name: "${{ matrix.platform }}: node.js ${{ matrix.node-version }}"
Expand Down

0 comments on commit 622a4fc

Please sign in to comment.