We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c0fb9 commit 170e011Copy full SHA for 170e011
.github/workflows/ci.yml
@@ -87,16 +87,6 @@ jobs:
87
flag-for-vitest: '--vitest'
88
flag-for-e2e: '--cypress'
89
flag-for-devtools: '--devtools'
90
-
91
- - node-version: 16
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'
100
runs-on: ${{ matrix.os }}
101
continue-on-error: ${{ matrix.os == 'windows-latest' }}
102
env:
0 commit comments