Skip to content

Commit

Permalink
fix: adds a fix for npm install failing (google#5471)
Browse files Browse the repository at this point in the history
  • Loading branch information
alschmiedt authored Sep 15, 2021
1 parent 57ac0ae commit 0e43ddc
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 78 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
180 changes: 102 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e43ddc

Please sign in to comment.