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 c1bd8c2 commit 3ac5726Copy full SHA for 3ac5726
.github/workflows/build-test.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
path: ${{ steps.yarn-cache-dir.outputs.YARN_CACHE_DIR }}
31
key: yarn-cache-${{ runner.os }}-${{ steps.yarn-version.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}
32
- - run: yarn --frozen-lockfile
+ - run: yarn --frozen-lockfile --ignore-engines
33
- run: yarn allow-scripts
34
- run: yarn build
35
- run: yarn lint
0 commit comments