removed windows

This commit is contained in:
Aliaksei Chapyzhenka 2020-09-13 18:41:39 -07:00
parent 2e40cfc7de
commit 59721138ae

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
node-version: [10, 12, 14]
os: [ubuntu-latest, windows-latest] # macOS-latest
os: [ubuntu-latest] # failing on [windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}