Ignore engines check in Yarn 1 e2e-cache tests

This commit is contained in:
Kamat, Trivikram 2023-10-24 22:34:57 -07:00
parent 8f152de45c
commit f90e764af2

View File

@ -93,7 +93,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install
run: yarn install --ignore-engines
- name: Verify node and yarn
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
shell: bash