Skip to content

Commit 1ad54e6

Browse files
use latest 20.x node (#221)
1 parent f1bc87e commit 1ad54e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-checks-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 20.9.0
36+
node-version: 20.18.2
3737

3838
- name: Install all dependencies
3939
run: yarn install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"e2e": "yarn cypress install && yarn grafana-e2e run",
1616
"e2e:update": "yarn cypress install && yarn grafana-e2e run --update-screenshots",
1717
"server": "docker compose up",
18-
"sign": "[ -z $GRAFANA_ACCESS_POLICY_TOKEN ] || npx --yes @grafana/sign-plugin@latest"
18+
"sign": "[ -z $GRAFANA_ACCESS_POLICY_TOKEN ] && echo 'skip plugin signing' || npx --yes @grafana/sign-plugin@latest"
1919
},
2020
"author": "VictoriaMetrics",
2121
"license": "Apache-2.0",

0 commit comments

Comments
 (0)