From e6479348ab349f06436e9ab4ca2348c1dcb6dd86 Mon Sep 17 00:00:00 2001 From: Stefan Penner Date: Fri, 11 Jun 2021 12:58:41 -0600 Subject: [PATCH] add windows CI --- .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 e204226..93d1b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: node: ['10', '12', '14', '16'] - os: [ubuntu, macOS] + os: [ubuntu, macOS, windows] steps: - uses: actions/checkout@v1