From 7f2857d9ed0c503001d2ce196bd00dbd7021a3ce Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 30 Nov 2021 20:41:07 +0800 Subject: [PATCH] ci: use node 16 as the main version, as it's the active LTS --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 814bfd78..a47ecd07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: - macos-latest # - windows-latest node-version: - - 14 + - 16 include: - - node-version: 16 + - node-version: 14 os: ubuntu-latest - node-version: 17 os: ubuntu-latest -- 2.39.5