Skip to content

Commit

Permalink
chore: use --ignore-engines option in CI (aws-amplify#10589)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP authored Nov 1, 2022
1 parent c534a50 commit bc989eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,10 @@ jobs:
- run:
name: yarn install --non-interactive
# temporarily rename .yarnrc before installing so that we can generate a yarn.lock artifact
# TODO: upgrade image with newer Node.js and remove --ignore-engines
command: |
mv .yarnrc ._yarnrc
yarn
yarn --ignore-engines
- run: yarn bootstrap
- run: yarn build
# storing yarn.lock as an artifact, so that we can quickly get a dependency diff
Expand Down

0 comments on commit bc989eb

Please sign in to comment.