We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3aa73 commit a346e00Copy full SHA for a346e00
.github/workflows/ci.yml
@@ -34,6 +34,9 @@ jobs:
34
steps:
35
- name: Fix usage of insecure GitHub protocol
36
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"
40
- uses: actions/checkout@v3
41
- name: Use Node.js
42
uses: actions/setup-node@v2
0 commit comments