From e916b1b5289c6963ecc5cb55f03b6c11aa1ee53d Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Wed, 19 Jul 2023 17:47:04 +0200 Subject: [PATCH 1/3] Lock node version to 18.16 --- .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 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 4b292c4e8ce53..7ea039dea8cee 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -10,7 +10,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18 + NODE_LTS_VERSION: '18.16' jobs: build: diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 3d178bda58a47..4a144f920ac8a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -11,7 +11,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18 + NODE_LTS_VERSION: '18.16' TEST_CONCURRENCY: 6 # disable backtrace for test snapshots RUST_BACKTRACE: 0 diff --git a/.github/workflows/build_reusable.yml b/.github/workflows/build_reusable.yml index edb16208e3864..73e8b71bdf595 100644 --- a/.github/workflows/build_reusable.yml +++ b/.github/workflows/build_reusable.yml @@ -55,7 +55,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18 + NODE_LTS_VERSION: '18.16' TEST_CONCURRENCY: 6 # 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 0b061b8291029..9871b506d7390 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -9,7 +9,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18 + NODE_LTS_VERSION: '18.16' TEST_CONCURRENCY: 6 TURBO_TEAM: 'vercel' diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml index 45882d9512530..a0de194e61299 100644 --- a/.github/workflows/trigger_release.yml +++ b/.github/workflows/trigger_release.yml @@ -28,7 +28,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18 + NODE_LTS_VERSION: '18.16' jobs: start: From 352cd61469db3047ce17af5534c25edbf038a302 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Wed, 19 Jul 2023 17:50:09 +0200 Subject: [PATCH 2/3] lock to 18.16.1 --- .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 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 7ea039dea8cee..629dbe12353f4 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -10,7 +10,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: '18.16' + NODE_LTS_VERSION: 18.16.1 jobs: build: diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 4a144f920ac8a..e6844de2f3120 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -11,7 +11,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: '18.16' + NODE_LTS_VERSION: 18.16.1 TEST_CONCURRENCY: 6 # disable backtrace for test snapshots RUST_BACKTRACE: 0 diff --git a/.github/workflows/build_reusable.yml b/.github/workflows/build_reusable.yml index 73e8b71bdf595..843701e8f2f39 100644 --- a/.github/workflows/build_reusable.yml +++ b/.github/workflows/build_reusable.yml @@ -55,7 +55,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: '18.16' + NODE_LTS_VERSION: 18.16.1 TEST_CONCURRENCY: 6 # 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 9871b506d7390..70ece1f09e5b8 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -9,7 +9,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: '18.16' + NODE_LTS_VERSION: 18.16.1 TEST_CONCURRENCY: 6 TURBO_TEAM: 'vercel' diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml index a0de194e61299..07a535240c799 100644 --- a/.github/workflows/trigger_release.yml +++ b/.github/workflows/trigger_release.yml @@ -28,7 +28,7 @@ env: TURBO_VERSION: 1.9.6 PNPM_VERSION: 7.24.3 NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: '18.16' + NODE_LTS_VERSION: 18.16.1 jobs: start: From c5ccdf20acde74c70d1a890d72eb2b458a1cabaf Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Wed, 19 Jul 2023 17:57:53 +0200 Subject: [PATCH 3/3] update docker file --- .github/actions/next-stats-action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/next-stats-action/Dockerfile b/.github/actions/next-stats-action/Dockerfile index d61c0eedb1091..f28fe37e6ec61 100644 --- a/.github/actions/next-stats-action/Dockerfile +++ b/.github/actions/next-stats-action/Dockerfile @@ -11,7 +11,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 | bash -s -- -f +RUN curl -sfLS https://install-node.vercel.app/v18.16.1 | bash -s -- -f # Install node_modules RUN npm i -g pnpm@7.24.3 yarn@1.22.19