We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa48a3b commit 74c0b61Copy full SHA for 74c0b61
.circleci/config.yml
@@ -161,15 +161,15 @@ jobs:
161
162
jest:
163
docker:
164
- - image: cimg/node:lts-browsers
+ - image: cimg/node:16.20.0-browsers
165
steps:
166
- checkout
167
- run:
168
name: Provision
169
command: |
170
node -v
171
npm -v
172
- npm install
+ npm ci --legacy-peer-deps
173
working_directory: ./react-components
174
175
name: Run Unit Tests (Jest)
0 commit comments