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 162d9fbe add npm update
162d9fbe is described below

commit 162d9fbef61ed99f80c3e2e7bc2581d9cdf37a57
Author: Ubuntu <[email protected]>
AuthorDate: Mon Feb 9 08:19:26 2026 +0000

    add npm update
---
 .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 dc418b1e..b5559aed 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -36,7 +36,7 @@ jobs:
          ref: ${{ env.BRANCH_NAME }}
 
      - name: NPM Init
-       run: npm init -y 
+       run: npm init -y  & npm update
 
      - name: NPM Install
        run: npm install badgen @actions/core glob-gitignore

Reply via email to