Skip to content

Commit

Permalink
Ignore engines check in Yarn 1 e2e-cache tests (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 10, 2023
1 parent 8f152de commit ee36e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cache.yml
Expand Up @@ -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
Expand Down

0 comments on commit ee36e8b

Please sign in to comment.