wip: remove windows from smoke test

This commit is contained in:
bholmesdev 2022-07-11 18:10:10 -04:00
parent 8b9602383e
commit 4cf383f25b

View file

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