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

Commit

Permalink
chore: try workaround for ssh://git@github packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Oct 1, 2020
1 parent 2df40c0 commit 5afdf56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
with:
node-version: '10'

- name: Apply workaround for git:// packages
run: git config --global url.https://github.com/.insteadOf ssh://git@github.com/

- name: Install
run: npm ci

Expand Down

0 comments on commit 5afdf56

Please sign in to comment.