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 d921c9fe add npm update
d921c9fe is described below
commit d921c9fe1847544d0079ba5b853b3ce665b85d5b
Author: Ubuntu <[email protected]>
AuthorDate: Mon Feb 9 08:51:03 2026 +0000
add npm update
---
.github/workflows/loc.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index a399d728..c2b41171 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -35,6 +35,12 @@ jobs:
repository: ${{github.repository}}
ref: ${{ env.BRANCH_NAME }}
+ - name: Use Node.js 22.x
+ uses: actions/setup-node@v4
+ with:
+ node-version: '22.x'
+ cache: 'npm'
+
- name: NPM Init
run: npm init -y
@@ -42,7 +48,7 @@ jobs:
run: npm install badgen @actions/core glob-gitignore --save-dev
- name: NPM Update
- run: npm update
+ run: npm update && npm audit fix --force
- name: Launch the local action
id: badge