diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 2058b022..649c4129 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [10, 12, 14] + node-version: [10, 12, 14, 16] steps: - uses: actions/checkout@v2 - name: Setup Node @@ -35,7 +35,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [10.15, 12.16.0, 14.2.0] + node-version: [10.15, 12.16.0, 14.2.0, 16] steps: - uses: actions/checkout@v2 - name: Setup Node @@ -52,7 +52,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [10, 11, 12, 14] + node-version: [10, 12, 14, 16] steps: - uses: actions/checkout@v2 - name: Setup Node and check latest @@ -109,4 +109,4 @@ jobs: architecture: 'x86' - name: Verify node run: __tests__/verify-arch.sh "ia32" - shell: bash \ No newline at end of file + shell: bash