Ignore engines check in Yarn 1 e2e-cache tests

pull/882/head
Kamat, Trivikram 2023-10-24 22:34:57 -07:00
parent 8f152de45c
commit f90e764af2
1 changed files with 1 additions and 1 deletions

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