Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b56e096

Browse files
committedNov 29, 2022
[ci] Adjust git remote renaming rule
1 parent 8cbb2ce commit b56e096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: sudo apt-get install -y ffmpeg
2929
- run: ln -s /usr/bin/ffmpeg .
3030
# Workaround for https://github.com/npm/cli/issues/2610
31-
- run: git config --global url."https://github.com/".insteadOf git@github.com
31+
- run: git config --global url."https://github.com/".insteadOf ssh://git@github.com
3232
- run: npm ci
3333
- run: npm run build --if-present
3434
- run: npm test --unhandled-rejections=strict

0 commit comments

Comments
 (0)
Please sign in to comment.