Skip to content

Commit

Permalink
Revert "chore: remove temporary pin to react 18 in react@latest build…
Browse files Browse the repository at this point in the history
… tests (#6274)"

This reverts commit d9ee32d.
  • Loading branch information
jordanvn committed Jan 2, 2025
1 parent d9ee32d commit 3b4e43a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-build-system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
fail-fast: false
matrix:
framework: [react]
framework-version: [latest]
# temporarily pointing all react tests to v18
# framework-version: [latest]
framework-version: [18]
build-tool: [next, vite]
build-tool-version: [latest]
pkg-manager: [npm]
Expand Down

0 comments on commit 3b4e43a

Please sign in to comment.