Skip to content

Commit 7257ac6

Browse files
authored
Merge pull request #1834 from hackmdio/bugfix/fix-dependency-conflicting-with-prom-client
fix: dependency resolving with prom-client v12
2 parents 9790586 + 97eb1f2 commit 7257ac6

File tree

3 files changed

+42257
-6156
lines changed

3 files changed

+42257
-6156
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18+
# from https://stackoverflow.com/a/69649733
19+
- name: Reconfigure git to use HTTP authentication
20+
run: >
21+
git config --global url."https://github.com/".insteadOf
22+
23+
1824
- uses: actions/cache@v2
1925
with:
2026
path: ~/.npm

0 commit comments

Comments
 (0)