Skip to content

Commit

Permalink
Merge pull request #34 from ChristianMurphy/ci-restore-windows
Browse files Browse the repository at this point in the history
ci: add windows back into test matrix
  • Loading branch information
ChristianMurphy committed Jun 17, 2021
2 parents 37d7eec + 622a4fc commit 5ddefc6
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 5ddefc6

Please sign in to comment.