Skip to content

Commit 328f06f

Browse files
authored
chore(build-system-tests): disable react@latest tests (#6297)
1 parent 8d2aa79 commit 328f06f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

0 commit comments

Comments
 (0)