diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e66d1bec..5aef6bd9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: name: "*nix Tests" strategy: matrix: - node: [12, 14] + node: [14, 16] os: [ubuntu-16.04, macOS-10.15] runs-on: ${{ matrix.os }} steps: @@ -77,7 +77,7 @@ jobs: name: Windows Tests strategy: matrix: - node: [12, 14] + node: [14, 16] arch: [x86, x64] runs-on: windows-2016 steps: