diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index bba324c..7cc60df 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -6,8 +6,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10, 12, 14] # 6 fails on MacOSX - os: [ubuntu-latest, macOS-latest] # windows-latest fails + node-version: [10, 12, 14] + os: [ubuntu-latest, macOS-latest, windows-latest] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }}