fix: adds a fix for npm install failing (#5471)

This commit is contained in:
alschmiedt
2021-09-15 13:12:02 -07:00
committed by GitHub
parent 57ac0ae33b
commit 0e43ddc4ba
2 changed files with 109 additions and 78 deletions

View File

@@ -19,6 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1