Skip to content

Modernise CI to Node 20 and bump deps for React 19 compatibility - #66

Draft
bence-toth with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-review-comments
Draft

Modernise CI to Node 20 and bump deps for React 19 compatibility#66
bence-toth with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-review-comments

Conversation

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown

CI was configured for Node 16, which is incompatible with @testing-library/react@^16.x (requires Node ≥18). This modernises the CI setup and aligns the package dependencies with React 19.

CI (integration.yml)

  • Node 16.x → 20.x (current LTS)
  • actions/checkout@v2v4
  • actions/setup-node@v1v4

package.json

  • @testing-library/react: ^13.3.0^16.3.0
  • react (dev): ^18.2.0^19.2.0
  • Added react-dom: ^19.2.0 as devDependency
  • peerDependencies: extended to ^16.8.0 || ^17 || ^18 || ^19

Copilot AI changed the title [WIP] Fix review comments addressing code suggestions Modernise CI to Node 20 and bump deps for React 19 compatibility Jul 31, 2026
Copilot AI requested a review from bence-toth July 31, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants