Update config.yml

This commit is contained in:
Liam Connors 2023-03-16 11:48:12 -04:00
parent 7e89146355
commit 155943d4de

View File

@ -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: