From 8919354750f47bbd0a9cb0506e033d40eb70a23d Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 24 Apr 2023 15:42:21 +0800 Subject: [PATCH] ci: remove Node.js 14 from CI; add Node.js 20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5