Skip to content

Commit

Permalink
Fix jest unit tests (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
herzog31 authored Jun 23, 2023
1 parent aa48a3b commit 74c0b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ jobs:

jest:
docker:
- image: cimg/node:lts-browsers
- image: cimg/node:16.20.0-browsers
steps:
- checkout
- run:
name: Provision
command: |
node -v
npm -v
npm install
npm ci --legacy-peer-deps
working_directory: ./react-components
- run:
name: Run Unit Tests (Jest)
Expand Down

0 comments on commit 74c0b61

Please sign in to comment.