From bb968141868bda78b15ee2bee9695312f8a26aac Mon Sep 17 00:00:00 2001 From: yau-wd Date: Fri, 24 Apr 2026 01:04:38 +0800 Subject: [PATCH] chore: update Node.js version to 20.20.2 in CI workflows --- .github/workflows/main.yml | 2 +- .github/workflows/publish-agentflow.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6df6872849b..67d7b5e1e0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest] - node-version: [18.15.0] + node-version: [20.20.2] runs-on: ${{ matrix.platform }} env: PUPPETEER_SKIP_DOWNLOAD: true diff --git a/.github/workflows/publish-agentflow.yml b/.github/workflows/publish-agentflow.yml index aa4954ceaa1..56e8154b67a 100644 --- a/.github/workflows/publish-agentflow.yml +++ b/.github/workflows/publish-agentflow.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '18.15.0' + node-version: '20.20.2' registry-url: 'https://registry.npmjs.org' - name: Validate custom version @@ -107,7 +107,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '18.15.0' + node-version: '20.20.2' registry-url: 'https://registry.npmjs.org' - name: Install dependencies