github action for windows

This commit is contained in:
Aliaksei Chapyzhenka 2020-09-13 18:37:30 -07:00
parent d9c18f97a7
commit bc3f52d1d3

View File

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