Skip to content

Commit a346e00

Browse files
committed
second attempt
1 parent ae3aa73 commit a346e00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
steps:
3535
- name: Fix usage of insecure GitHub protocol
3636
run: sudo git config --system url."https://github".insteadOf "git://github"
37+
- name: Fix git protocol for Node 14
38+
if: ${{ startsWith(matrix.NODE_VERSION, '14.') }}
39+
run: sudo git config --system url."https://github".insteadOf "ssh://git@github"
3740
- uses: actions/checkout@v3
3841
- name: Use Node.js
3942
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)