From: btea <2356281422@qq.com> Date: Sun, 28 Apr 2024 01:22:16 +0000 (+0800) Subject: ci: test on Node.js 22 X-Git-Tag: v3.10.4~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e555d568ca72995d7b50dbf72d3a614b700676;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: test on Node.js 22 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 562132c9..d798ca10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: