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 diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 4b292c4e8ce53..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 + 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 3d178bda58a47..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 + 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 edb16208e3864..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 + 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 0b061b8291029..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 + 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 45882d9512530..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 + NODE_LTS_VERSION: 18.16.1 jobs: start: