From: Haoqun Jiang Date: Mon, 24 Apr 2023 07:42:21 +0000 (+0800) Subject: ci: remove Node.js 14 from CI; add Node.js 20 X-Git-Tag: v3.6.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8919354750f47bbd0a9cb0506e033d40eb70a23d;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: remove Node.js 14 from CI; add Node.js 20 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a839431e..57116fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: flag-for-vitest: '--vitest' flag-for-e2e: '--cypress' - - node-version: 14 + - node-version: 20 os: ubuntu-latest flag-for-ts: '--typescript' flag-for-jsx: '--jsx'