Skip to content

Commit

Permalink
chore: remove temporary pin to react 18 in react@latest build tests (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
jordanvn authored Dec 30, 2024
1 parent abeb329 commit d9ee32d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable-build-system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
fail-fast: false
matrix:
framework: [react]
# temporarily pointing all react tests to v18
# framework-version: [latest]
framework-version: [18]
framework-version: [latest]
build-tool: [next, vite]
build-tool-version: [latest]
pkg-manager: [npm]
Expand Down

0 comments on commit d9ee32d

Please sign in to comment.