Skip to content

Commit dc622d7

Browse files
committed
skip resolution on ci install
1 parent 0c4e403 commit dc622d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/social-connect.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ jobs:
114114
- name: "enable corepack"
115115
run : sudo corepack enable yarn
116116
- name: Install yarn dependencies
117-
run: git config --global url."https://".insteadOf ssh:// && yarn install
117+
# 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
118119
- name: Fail if any file changed on git
119120
run: |
120121
# This fails if there is any change

0 commit comments

Comments
 (0)