This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new 2464a144 Update loc.yml
2464a144 is described below
commit 2464a1443e55e774ab3883eca51c29c80a5b21de
Author: cjcchen <[email protected]>
AuthorDate: Tue Feb 10 09:58:31 2026 +0800
Update loc.yml
---
.github/workflows/loc.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 81e3fca9..bfa57ef2 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -41,7 +41,7 @@ jobs:
node-version: '20.x'
- name: NPM Init
- run: rm -rf node_modules package-lock.json && npm install && npm init -y
+ run: rm -rf node_modules package-lock.json && npm init -y
- name: NPM Install
run: npm install badgen @actions/core glob-gitignore --save-dev