From: Haoqun Jiang Date: Tue, 30 Nov 2021 12:41:07 +0000 (+0800) Subject: ci: use node 16 as the main version, as it's the active LTS X-Git-Tag: v3.0.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f2857d9ed0c503001d2ce196bd00dbd7021a3ce;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: use node 16 as the main version, as it's the active LTS --- 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