Skip to content

Commit

Permalink
ci: test on Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored and cexbrayat committed Apr 28, 2024
1 parent 4441312 commit f2e555d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f2e555d

Please sign in to comment.