diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a65bef03ca..bfc3d7af93 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "features": { "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/node:1": { - "version": "20" + "version": "24" }, "ghcr.io/devcontainers/features/docker-in-docker:2": { "moby": "false" diff --git a/.github/workflows/agents-auto-pilot.yml b/.github/workflows/agents-auto-pilot.yml index 65c8bf3825..38699e4949 100644 --- a/.github/workflows/agents-auto-pilot.yml +++ b/.github/workflows/agents-auto-pilot.yml @@ -163,7 +163,7 @@ jobs: if: steps.check_enabled.outputs.enabled == 'true' uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '20' + node-version: '24' - name: Setup API client if: steps.check_enabled.outputs.enabled == 'true' diff --git a/.github/workflows/agents-weekly-metrics.yml b/.github/workflows/agents-weekly-metrics.yml index 0acdd9a62c..5b40bc1f67 100644 --- a/.github/workflows/agents-weekly-metrics.yml +++ b/.github/workflows/agents-weekly-metrics.yml @@ -47,7 +47,7 @@ jobs: - name: Setup Node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "20" + node-version: "24" - name: Setup API client uses: ./.github/actions/setup-api-client diff --git a/.github/workflows/pr-12-playwright.yml b/.github/workflows/pr-12-playwright.yml index f697c7e5d4..97dee8018b 100644 --- a/.github/workflows/pr-12-playwright.yml +++ b/.github/workflows/pr-12-playwright.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '24' - name: Install Playwright dependencies run: |