Skip to content

Commit

Permalink
Merge pull request #1834 from hackmdio/bugfix/fix-dependency-conflict…
Browse files Browse the repository at this point in the history
…ing-with-prom-client

fix: dependency resolving with prom-client v12
  • Loading branch information
Yukaii authored Jan 2, 2024
2 parents 9790586 + 97eb1f2 commit 7257ac6
Show file tree
Hide file tree
Showing 3 changed files with 42,257 additions and 6,156 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v2

# from https://stackoverflow.com/a/69649733
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
Loading

0 comments on commit 7257ac6

Please sign in to comment.