mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 06:47:28 -08:00
add missing npm registry url (#10987)
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
2479fb42f0
commit
6af2f9ff5e
1
.github/workflows/ui_build_and_release.yml
vendored
1
.github/workflows/ui_build_and_release.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version-file: "web/ui/.nvmrc"
|
node-version-file: "web/ui/.nvmrc"
|
||||||
|
registry-url: "https://registry.npmjs.org"
|
||||||
- uses: actions/cache@v3.0.4
|
- uses: actions/cache@v3.0.4
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
|
|
Loading…
Reference in a new issue