Skip to content

Commit 4c94ab8

Browse files
committed
chore: remove matrix of react version
1 parent cd6a0ff commit 4c94ab8

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,3 @@ jobs:
1717

1818
- name: ESLint
1919
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

Comments
 (0)