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 cadb01e4 Update loc.yml
cadb01e4 is described below

commit cadb01e4dcd4610f194ea3c5ea2b9423cd505a02
Author: cjcchen <[email protected]>
AuthorDate: Tue Feb 10 10:04:40 2026 +0800

    Update loc.yml
---
 .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 bfa57ef2..41570664 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 20.x
+     - name: Use Node.js 19.x
        uses: actions/setup-node@v4
        with:
-        node-version: '20.x'
+        node-version: '19.x'
 
      - name: NPM Init
        run: rm -rf node_modules package-lock.json && npm init -y

Reply via email to