We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bc87e commit 1ad54e6Copy full SHA for 1ad54e6
.github/workflows/pr-checks-frontend.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up node
34
uses: actions/setup-node@v4
35
with:
36
- node-version: 20.9.0
+ node-version: 20.18.2
37
38
- name: Install all dependencies
39
run: yarn install
package.json
@@ -15,7 +15,7 @@
15
"e2e": "yarn cypress install && yarn grafana-e2e run",
16
"e2e:update": "yarn cypress install && yarn grafana-e2e run --update-screenshots",
17
"server": "docker compose up",
18
- "sign": "[ -z $GRAFANA_ACCESS_POLICY_TOKEN ] || npx --yes @grafana/sign-plugin@latest"
+ "sign": "[ -z $GRAFANA_ACCESS_POLICY_TOKEN ] && echo 'skip plugin signing' || npx --yes @grafana/sign-plugin@latest"
19
},
20
"author": "VictoriaMetrics",
21
"license": "Apache-2.0",
0 commit comments