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 cd6a0ff commit 4c94ab8Copy full SHA for 4c94ab8
1 file changed
.github/workflows/lint.yaml
@@ -17,28 +17,3 @@ jobs:
17
18
- name: ESLint
19
run: yarn run eslint
20
-
21
- react-versions:
22
- needs: lint
23
- strategy:
24
- fail-fast: false
25
- matrix:
26
- react-version: ['16.14', '17', '18', '19']
27
- runs-on: ubuntu-latest
28
- steps:
29
- - uses: actions/checkout@v5
30
- - uses: actions/setup-node@v5
31
- with:
32
- node-version: '24.14.0'
33
34
- - name: Install dev dependencies
35
- run: yarn install
36
37
- - name: Configure React version
38
- run: yarn ci:react-version ${{ matrix.react-version }}
39
40
- - name: Run tests
41
- run: yarn test --runInBand
42
43
- - name: Generate types
44
- run: npm run types
0 commit comments