Skip to content

Commit 590647a

Browse files
authored
ci(jest): remove temporary --ignore-engines
1 parent 75743a3 commit 590647a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: ${{ matrix.os }}-${{ matrix.node_version}}-yarn-${{ hashFiles('**/yarn.lock') }}
2525
restore-keys: ${{ matrix.os }}-${{ matrix.node_version }}-yarn-
2626
- name: Install yarn dependencies
27-
run: yarn install --ignore-engines
27+
run: yarn install
2828
- name: Bootstrap lerna packages
2929
run: yarn bootstrap
3030
- name: Jest with code coverage

0 commit comments

Comments
 (0)