Skip to content

Commit d9ee32d

Browse files
authored
chore: remove temporary pin to react 18 in react@latest build tests (#6274)
* chore: remove temporary use of react 18 in react@latest build tests * chore: update workflow for forced test run * chore: adjusting testing strategy, modify publish workflow instead of reusable test * chore: reverting temporary testing changes
1 parent abeb329 commit d9ee32d

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)