Skip to content

Commit f2e555d

Browse files
bteacexbrayat
authored andcommitted
ci: test on Node.js 22
1 parent 4441312 commit f2e555d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ jobs:
8787
flag-for-vitest: '--vitest'
8888
flag-for-e2e: '--cypress'
8989
flag-for-devtools: '--devtools'
90+
91+
- node-version: 22
92+
os: ubuntu-latest
93+
flag-for-ts: '--typescript'
94+
flag-for-jsx: '--jsx'
95+
flag-for-router: '--router'
96+
flag-for-pinia: '--pinia'
97+
flag-for-vitest: '--vitest'
98+
flag-for-e2e: '--cypress'
99+
flag-for-devtools: '--devtools'
90100
runs-on: ${{ matrix.os }}
91101
continue-on-error: ${{ matrix.os == 'windows-latest' }}
92102
env:

0 commit comments

Comments
 (0)