Skip to content

Commit 74c0b61

Browse files
authored
Fix jest unit tests (#983)
1 parent aa48a3b commit 74c0b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@ jobs:
161161

162162
jest:
163163
docker:
164-
- image: cimg/node:lts-browsers
164+
- image: cimg/node:16.20.0-browsers
165165
steps:
166166
- checkout
167167
- run:
168168
name: Provision
169169
command: |
170170
node -v
171171
npm -v
172-
npm install
172+
npm ci --legacy-peer-deps
173173
working_directory: ./react-components
174174
- run:
175175
name: Run Unit Tests (Jest)

0 commit comments

Comments
 (0)