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

commit b52673b2de88fdd0771dcbdf62cd01da1d524583
Author: cjcchen <[email protected]>
AuthorDate: Tue Feb 10 10:42:53 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 41570664..44ea6a73 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 19.x
+     - name: Use Node.js 18.x
        uses: actions/setup-node@v4
        with:
-        node-version: '19.x'
+        node-version: '18.x'
 
      - name: NPM Init
        run: rm -rf node_modules package-lock.json && npm init -y

Reply via email to