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 5eb1564d Update loc.yml
5eb1564d is described below
commit 5eb1564dcf42f8102c2abbec9ad66d29c4d3139c
Author: cjcchen <[email protected]>
AuthorDate: Tue Feb 10 15:08:34 2026 +0800
Update loc.yml
---
.github/workflows/loc.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 1cc0cf87..4f85127c 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -35,11 +35,6 @@ jobs:
repository: ${{github.repository}}
ref: ${{ env.BRANCH_NAME }}
- - name: Use Node.js 18.x
- uses: actions/setup-node@v4
- with:
- node-version: '18.x'
-
- name: NPM Init
run: rm -rf node_modules package-lock.json && npm init -y