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 bc9de848 Update loc.yml
bc9de848 is described below

commit bc9de848ee59e73955fd3eac68760a56160c242a
Author: cjcchen <[email protected]>
AuthorDate: Tue Feb 10 08:39:51 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 876a9b29..81e3fca9 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -41,7 +41,7 @@ jobs:
         node-version: '20.x'
 
      - name: NPM Init
-       run: npm init -y
+       run: rm -rf node_modules package-lock.json && npm install && npm init -y
 
      - name: NPM Install
        run: npm install badgen @actions/core glob-gitignore --save-dev

Reply via email to