We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f152de commit ee36e8bCopy full SHA for ee36e8b
.github/workflows/e2e-cache.yml
@@ -93,7 +93,7 @@ jobs:
93
node-version: ${{ matrix.node-version }}
94
cache: 'yarn'
95
- name: Install dependencies
96
- run: yarn install
+ run: yarn install --ignore-engines
97
- name: Verify node and yarn
98
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
99
shell: bash
0 commit comments