From a13fdc1fc745995f00fcf2efdd32950e0641348c Mon Sep 17 00:00:00 2001 From: lwnmengjing Date: Thu, 13 Nov 2025 17:22:11 +0800 Subject: [PATCH] Add Node.js setup step to CI workflow --- .github/workflows/cicd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 62f25e9..b3b1389 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -4,7 +4,7 @@ on: push: paths-ignore: - 'docs/**' - - '.github/**' + # - '.github/**' - '.gitignore' branches: - main @@ -25,6 +25,9 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/setup-node@v6 + with: + node-version: 24 - name: Checkout uses: actions/checkout@v4 - name: Setup golang