Skip to content

Commit

Permalink
ci: yarn install with --ignore-engines
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 5, 2023
1 parent c1bd8c2 commit 3ac5726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
path: ${{ steps.yarn-cache-dir.outputs.YARN_CACHE_DIR }}
key: yarn-cache-${{ runner.os }}-${{ steps.yarn-version.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}
- run: yarn --frozen-lockfile
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn allow-scripts
- run: yarn build
- run: yarn lint
Expand Down

0 comments on commit 3ac5726

Please sign in to comment.