]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: test on Node.js 22
authorbtea <2356281422@qq.com>
Sun, 28 Apr 2024 01:22:16 +0000 (09:22 +0800)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Sun, 28 Apr 2024 06:51:48 +0000 (08:51 +0200)
.github/workflows/ci.yml

index 562132c9a52ede6136ca7961005a0f4e1df1732b..d798ca1098a4b7342fa2f813f46706a96eff638e 100644 (file)
@@ -87,6 +87,16 @@ jobs:
             flag-for-vitest: '--vitest'
             flag-for-e2e: '--cypress'
             flag-for-devtools: '--devtools'
+
+          - node-version: 22
+            os: ubuntu-latest
+            flag-for-ts: '--typescript'
+            flag-for-jsx: '--jsx'
+            flag-for-router: '--router'
+            flag-for-pinia: '--pinia'
+            flag-for-vitest: '--vitest'
+            flag-for-e2e: '--cypress'
+            flag-for-devtools: '--devtools'
     runs-on: ${{ matrix.os }}
     continue-on-error: ${{ matrix.os == 'windows-latest' }}
     env: