Skip to content

Commit 212bee9

Browse files
ci: use stable react 19 release (#30)
1 parent 53a4f30 commit 212bee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version: [16.x, 18.x, 20.x, 22.x]
12-
react-version: [17.x, 18.x, rc]
12+
react-version: [17.x, 18.x, 19.x]
1313
steps:
1414
- name: Checkout sources
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)