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 8cbb2ce commit b56e096Copy full SHA for b56e096
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: sudo apt-get install -y ffmpeg
29
- run: ln -s /usr/bin/ffmpeg .
30
# Workaround for https://github.com/npm/cli/issues/2610
31
- - run: git config --global url."https://github.com/".insteadOf git@github.com
+ - run: git config --global url."https://github.com/".insteadOf ssh://git@github.com
32
- run: npm ci
33
- run: npm run build --if-present
34
- run: npm test --unhandled-rejections=strict
0 commit comments