diff --git a/.github/workflows/social-connect.yml b/.github/workflows/social-connect.yml index ef73c3488..2284338a5 100644 --- a/.github/workflows/social-connect.yml +++ b/.github/workflows/social-connect.yml @@ -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