From ed6fcc7de9f6b359b34bb57bae461f27c72e3e5f Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Sat, 11 Sep 2021 09:57:28 +0200 Subject: [PATCH] update test.yml with current active/current node.js release --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: