diff --git a/.github/workflows/test-deploy.yaml b/.github/workflows/test-deploy.yaml index dbdd89a..27f1a65 100644 --- a/.github/workflows/test-deploy.yaml +++ b/.github/workflows/test-deploy.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 + node-version: 24.16.0 cache: pnpm cache-dependency-path: tests/deploy/pnpm-lock.yaml diff --git a/.github/workflows/test-plan.yaml b/.github/workflows/test-plan.yaml index c5f3b72..3626d8b 100644 --- a/.github/workflows/test-plan.yaml +++ b/.github/workflows/test-plan.yaml @@ -36,7 +36,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 + node-version: 24.16.0 cache: pnpm cache-dependency-path: tests/deploy/pnpm-lock.yaml