more action

This commit is contained in:
Aliaksei Chapyzhenka 2019-12-17 18:02:07 -08:00
parent c3d029a74d
commit 0d6ea877ea

View File

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