From 6176cfcc4cdeadf15bc7aacebb4807e56eca7ab9 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Mon, 14 Aug 2023 18:28:51 +0200 Subject: [PATCH] Test nextjs with latest v18 nodjes --- .github/actions/next-stats-action/Dockerfile | 2 +- .github/workflows/build_and_deploy.yml | 2 +- .github/workflows/build_and_test.yml | 2 +- .github/workflows/build_reusable.yml | 2 +- .github/workflows/pull_request_stats.yml | 2 +- .github/workflows/trigger_release.yml | 2 +- .github/workflows/update_fonts_data.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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 b52d6cf702e3e..33b330a743db5 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 98e113b4af1c9..4feb58598c635 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 d47913f0207c5..bebaec595932c 100644 --- a/.github/workflows/build_reusable.yml +++ b/.github/workflows/build_reusable.yml @@ -54,7 +54,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 363d21eee3226..535ad1e2c5fe0 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: