From 155943d4de1107777cd231e8081b559ff8558fd6 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 16 Mar 2023 11:48:12 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) 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: