diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d63d2e5d..286e99dc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: needs: build strategy: matrix: - OS: [ubuntu-latest] + OS: [ubuntu-latest, windows-latest] NODE_VERSION: [14] env: NODE_VERSION: ${{ matrix.NODE_VERSION }} |