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 75743a3 commit 590647aCopy full SHA for 590647a
1 file changed
.github/workflows/jest.yml
@@ -24,7 +24,7 @@ jobs:
24
key: ${{ matrix.os }}-${{ matrix.node_version}}-yarn-${{ hashFiles('**/yarn.lock') }}
25
restore-keys: ${{ matrix.os }}-${{ matrix.node_version }}-yarn-
26
- name: Install yarn dependencies
27
- run: yarn install --ignore-engines
+ run: yarn install
28
- name: Bootstrap lerna packages
29
run: yarn bootstrap
30
- name: Jest with code coverage
0 commit comments