wip: try reintroducing windows smoke

This commit is contained in:
bholmesdev 2022-07-11 19:12:31 -04:00
parent ee6671eb6f
commit 9529b1a45c

View file

@ -180,7 +180,7 @@ jobs:
needs: build needs: build
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest, windows-latest]
node_version: [14] node_version: [14]
steps: steps:
- name: Checkout docs - name: Checkout docs