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 55d91ded add npm update
55d91ded is described below
commit 55d91ded3173c52d4f8a60ecca6046918ef50b4a
Author: Ubuntu <[email protected]>
AuthorDate: Mon Feb 9 09:02:10 2026 +0000
add npm update
---
.github/workflows/loc.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index a272e35b..876a9b29 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -35,10 +35,10 @@ jobs:
repository: ${{github.repository}}
ref: ${{ env.BRANCH_NAME }}
- - name: Use Node.js 22.x
+ - name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
- node-version: '22.x'
+ node-version: '20.x'
- name: NPM Init
run: npm init -y