Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 5afdf56

Browse files
committed
chore: try workaround for ssh://git@github packages in CI
1 parent 2df40c0 commit 5afdf56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
with:
1414
node-version: '10'
1515

16+
- name: Apply workaround for git:// packages
17+
run: git config --global url.https://github.com/.insteadOf ssh://git@github.com/
18+
1619
- name: Install
1720
run: npm ci
1821

0 commit comments

Comments
 (0)