This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 48d04988575 ci: use npm ci for website checks (#19788)
48d04988575 is described below
commit 48d049885753bb5156baacc7ed417604cd8232b5
Author: Frank Chen <[email protected]>
AuthorDate: Tue Aug 4 10:13:54 2026 +0800
ci: use npm ci for website checks (#19788)
---
.github/scripts/web-checks.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/scripts/web-checks.sh b/.github/scripts/web-checks.sh
index 353041baa53..4601bbba67f 100755
--- a/.github/scripts/web-checks.sh
+++ b/.github/scripts/web-checks.sh
@@ -23,7 +23,7 @@ mvn -B
com.github.eirslett:frontend-maven-plugin:install-node-and-npm@install-no
PATH+=:web-console/target/node/
# docs
-(cd website && npm install)
+(cd website && npm ci)
cd website
npm run build
npm run link-lint
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]