Skip to content

Commit 3ac5726

Browse files
committed
ci: yarn install with --ignore-engines
1 parent c1bd8c2 commit 3ac5726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: ${{ steps.yarn-cache-dir.outputs.YARN_CACHE_DIR }}
3131
key: yarn-cache-${{ runner.os }}-${{ steps.yarn-version.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}
32-
- run: yarn --frozen-lockfile
32+
- run: yarn --frozen-lockfile --ignore-engines
3333
- run: yarn allow-scripts
3434
- run: yarn build
3535
- run: yarn lint

0 commit comments

Comments
 (0)