Skip to content

Commit ee416da

Browse files
chore(build-system-tests): reenable react@latest tests (#6299)
1 parent d33fefe commit ee416da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/reusable-build-system-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
framework: [react]
31-
# temporarily pointing all react tests to v18
32-
# framework-version: [latest]
33-
framework-version: [18]
31+
framework-version: [latest]
3432
build-tool: [next, vite]
3533
build-tool-version: [latest]
3634
pkg-manager: [npm]

0 commit comments

Comments
 (0)