We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f793030 commit 894c0c2Copy full SHA for 894c0c2
.github/workflows/test.yaml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
node-version: ${{ matrix.environment.node-version }}
38
39
- - run: yarn install --frozen-lockfile
+ - run: yarn install --frozen-lockfile --ignore-engines
40
41
- env:
42
NODE_OPTIONS: ${{ matrix.environment.node-options }}
0 commit comments