Ignore engines check in Yarn 1 e2e-cache tests (#882)

This commit is contained in:
Trivikram Kamat 2023-11-10 06:16:46 -08:00 committed by GitHub
parent 8f152de45c
commit ee36e8b5c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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