diff --git a/.circleci/config.yml b/.circleci/config.yml index d744184..218c588 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,9 @@ jobs: - run: name: Run tests command: npm run test -- --headless + - run: + name: Run tests using React 18 + command: REACT_VERSION=18.2.0 npm run test -- --headless workflows: run-tests: