Skip to content

Commit eed33d7

Browse files
chore: update react and deps (#577)
1 parent 1ed2e1c commit eed33d7

File tree

3 files changed

+687
-58
lines changed

3 files changed

+687
-58
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
node:
12-
- 18
13-
- 20
14-
react: [16, 17, 18]
12+
- lts/-1
13+
- lts/*
14+
#- latest
15+
react: [18]
1516

1617
name: build (${{ matrix.node }} w/ React ${{ matrix.react }}
1718

@@ -26,11 +27,6 @@ jobs:
2627
- name: Install dependencies
2728
run: npm ci
2829

29-
- name: Install Compatible @testing-library/react
30-
if: matrix.react == '16' || matrix.react == '17'
31-
run: |
32-
npm install @testing-library/react@12
33-
3430
- name: Install React v${{ matrix.react }}
3531
run: npm i react@${{ matrix.react }} react-dom@${{ matrix.react }}
3632

0 commit comments

Comments
 (0)