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 10e54e08 add npm update
10e54e08 is described below

commit 10e54e0838f737a9ddcd9bc129064015a16510e5
Author: Ubuntu <[email protected]>
AuthorDate: Mon Feb 9 08:40:17 2026 +0000

    add npm update
---
 .github/workflows/loc.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 07301870..a399d728 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -36,11 +36,14 @@ jobs:
          ref: ${{ env.BRANCH_NAME }}
 
      - name: NPM Init
-       run: npm init -y  & npm update
+       run: npm init -y
 
      - name: NPM Install
        run: npm install badgen @actions/core glob-gitignore --save-dev
 
+     - name: NPM Update
+       run: npm update
+
      - name: Launch the local action
        id: badge
        uses: ./third_party/loc_script/ # Uses an action in the root directory

Reply via email to