Skip to content

Commit ef7d1ac

Browse files
committed
update packages
1 parent 459817b commit ef7d1ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
runs-on: ubuntu-latest
7474
strategy:
7575
matrix:
76-
node-version: [18.x, 20.x, 22.x]
76+
node-version: [20.x, 22.x, 24.x]
77+
react-version: [^18.2.0, ^19.0.0]
7778
steps:
7879
- uses: actions/checkout@v4
7980

@@ -84,6 +85,7 @@ jobs:
8485
cache: "yarn"
8586

8687
- run: yarn --frozen-lockfile
88+
- run: yarn add react@${{ matrix.react-version }} react-dom@${{ matrix.react-version }} --dev
8789
- run: yarn lint
8890
- run: yarn build
8991
- run: yarn prettier-check

0 commit comments

Comments
 (0)