File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ backend = "core:java"
1818version = "0.18.1"
1919backend = "aqua:lycheeverse/lychee"
2020
21- [tools.node]
22- version = "23.10.0"
23- backend = "core:node"
24-
2521[tools.protoc]
2622version = "30.2"
2723backend = "aqua:protocolbuffers/protobuf/protoc"
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ PROTO_GENERATION = "true"
77"go:github.com/grafana/oats" = " latest"
88java = " temurin-17.0.13+11"
99 lychee = " latest"
10- node = " latest"
1110protoc = " latest"
1211
1312[tasks .ci ]
@@ -87,7 +86,6 @@ description = "Build GitHub pages"
8786env = { HUGO_ENVIRONMENT = " production" , HUGO_ENV = " production" }
8887dir = " docs"
8988run = [
90- " npm ci" ,
9189 " hugo --gc --minify --baseURL ${BASE_URL}/" ,
9290 " echo 'ls ./docs/public/api' && ls ./docs/public/api"
9391]
You can’t perform that action at this time.
0 commit comments