]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: remove Node.js 14 from CI; add Node.js 20
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 24 Apr 2023 07:42:21 +0000 (15:42 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 24 Apr 2023 07:42:21 +0000 (15:42 +0800)
.github/workflows/ci.yml

index a839431eb28af7beb59947cf27cc5f44255404cb..57116fb70d6b777ac51ed0602d886a40a8beb27e 100644 (file)
@@ -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'