From 0d6ea877eac5f2242082e97bf358552806b187f9 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Tue, 17 Dec 2019 18:02:07 -0800 Subject: [PATCH] more action --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3867351..1d41979 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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 }}