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 383a6051 add npm update
383a6051 is described below
commit 383a60510822d858037cfe1c62ca49fbccc3c427
Author: Ubuntu <[email protected]>
AuthorDate: Mon Feb 9 08:53:40 2026 +0000
add npm update
---
.github/workflows/loc.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index c2b41171..a272e35b 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -39,7 +39,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '22.x'
- cache: 'npm'
- name: NPM Init
run: npm init -y