diff --git a/.github/actions/next-stats-action/Dockerfile b/.github/actions/next-stats-action/Dockerfile index f41d0eb91c8ee..c4cece13794ec 100644 --- a/.github/actions/next-stats-action/Dockerfile +++ b/.github/actions/next-stats-action/Dockerfile @@ -9,7 +9,7 @@ RUN apt install unzip wget curl nano htop screen build-essential pkg-config libs RUN ln $(which python3) /usr/bin/python -RUN curl -sfLS https://install-node.vercel.app/v18.16.1 | bash -s -- -f +RUN curl -sfLS https://install-node.vercel.app/v18 | bash -s -- -f RUN corepack enable WORKDIR /next-stats diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 22441f0baeecb..7e19ef97fb0dc 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -9,7 +9,7 @@ env: NAPI_CLI_VERSION: 2.16.2 TURBO_VERSION: 1.10.9 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18.16.1 + NODE_LTS_VERSION: 18 CARGO_PROFILE_RELEASE_LTO: 'true' TURBO_TEAM: 'vercel' TURBO_REMOTE_ONLY: 'true' diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 76b1b9b8ec87d..3e15e1ac8104d 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -10,7 +10,7 @@ env: NAPI_CLI_VERSION: 2.14.7 TURBO_VERSION: 1.10.9 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18.16.1 + NODE_LTS_VERSION: 18 TEST_CONCURRENCY: 8 # disable backtrace for test snapshots RUST_BACKTRACE: 0 diff --git a/.github/workflows/build_reusable.yml b/.github/workflows/build_reusable.yml index cad4f7a34882d..a0b280736283e 100644 --- a/.github/workflows/build_reusable.yml +++ b/.github/workflows/build_reusable.yml @@ -58,7 +58,7 @@ env: NAPI_CLI_VERSION: 2.14.7 TURBO_VERSION: 1.10.9 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18.16.1 + NODE_LTS_VERSION: 18 TEST_CONCURRENCY: 8 # disable backtrace for test snapshots RUST_BACKTRACE: 0 diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 49489b5df8221..a4e60b6cfac11 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -8,7 +8,7 @@ env: NAPI_CLI_VERSION: 2.14.7 TURBO_VERSION: 1.10.9 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18.16.1 + NODE_LTS_VERSION: 18 TEST_CONCURRENCY: 6 TURBO_TEAM: 'vercel' diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml index 45d932da01fbb..acb6dfa89b707 100644 --- a/.github/workflows/trigger_release.yml +++ b/.github/workflows/trigger_release.yml @@ -27,7 +27,7 @@ env: NAPI_CLI_VERSION: 2.14.7 TURBO_VERSION: 1.10.9 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18.16.1 + NODE_LTS_VERSION: 18 jobs: start: diff --git a/.github/workflows/update_fonts_data.yml b/.github/workflows/update_fonts_data.yml index 06ccc25be3945..18b53609aa77c 100644 --- a/.github/workflows/update_fonts_data.yml +++ b/.github/workflows/update_fonts_data.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - NODE_LTS_VERSION: 18.16.1 + NODE_LTS_VERSION: 18 jobs: create-pull-request: