From 1bf63a47acc8d7b8f26d91a565b18d1137023acf Mon Sep 17 00:00:00 2001 From: Frazer Smith <43814140+Fdawgs@users.noreply.github.com> Date: Thu, 18 Mar 2021 14:19:56 +0000 Subject: [PATCH] ci: add windows-os to `matrix.os` array (#156) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a8318c6..098abb9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macOS-latest, ubuntu-latest] + os: [macOS-latest, ubuntu-latest, windows-latest] node-version: [10, 12, 14] steps: - uses: actions/checkout@v2