We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4e403 commit dc622d7Copy full SHA for dc622d7
.github/workflows/social-connect.yml
@@ -114,7 +114,8 @@ jobs:
114
- name: "enable corepack"
115
run : sudo corepack enable yarn
116
- name: Install yarn dependencies
117
- 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
118
+ run: git config --global url."https://".insteadOf ssh:// && yarn install --no-check-resolutions
119
- name: Fail if any file changed on git
120
run: |
121
# This fails if there is any change
0 commit comments