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