Skip to content

Commit

Permalink
skip resolution on ci install
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Mar 14, 2024
1 parent 0c4e403 commit dc622d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/social-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
- name: "enable corepack"
run : sudo corepack enable yarn
- name: Install yarn dependencies
run: git config --global url."https://".insteadOf ssh:// && yarn install
# skip check due to YN0078: │ Invalid resolution @celo/odis-identifiers@npm:^1.0.0 → npm:1.0.0
run: git config --global url."https://".insteadOf ssh:// && yarn install --no-check-resolutions
- name: Fail if any file changed on git
run: |
# This fails if there is any change
Expand Down

0 comments on commit dc622d7

Please sign in to comment.