We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459817b commit ef7d1acCopy full SHA for ef7d1ac
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,8 @@ jobs:
73
runs-on: ubuntu-latest
74
strategy:
75
matrix:
76
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x, 24.x]
77
+ react-version: [^18.2.0, ^19.0.0]
78
steps:
79
- uses: actions/checkout@v4
80
@@ -84,6 +85,7 @@ jobs:
84
85
cache: "yarn"
86
87
- run: yarn --frozen-lockfile
88
+ - run: yarn add react@${{ matrix.react-version }} react-dom@${{ matrix.react-version }} --dev
89
- run: yarn lint
90
- run: yarn build
91
- run: yarn prettier-check
0 commit comments