From be39605a6549ca86502ab15febf571006e6818b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 21 Apr 2021 17:33:37 +0200 Subject: [PATCH] chore: add tests for Node 16 --- .github/workflows/versions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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