diff --git a/.buildkite/eslint_flow_jest.yml b/.buildkite/eslint_flow_jest.yml --- a/.buildkite/eslint_flow_jest.yml +++ b/.buildkite/eslint_flow_jest.yml @@ -5,7 +5,7 @@ automatic: true plugins: - docker#v5.3.0: - image: 'node:16.13-bullseye' + image: 'node:20.10.0-bullseye' always-pull: true workdir: /comm propagate-environment: true diff --git a/.buildkite/jsi_codegen.yml b/.buildkite/jsi_codegen.yml --- a/.buildkite/jsi_codegen.yml +++ b/.buildkite/jsi_codegen.yml @@ -2,7 +2,7 @@ - label: 'JSI Codegen' command: - '(pkill flow || true)' - - 'apt update && apt install -y cmake' + - 'apt update && apt install -y cmake git' - 'curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y' - '. /root/.cargo/env' - 'yarn ci-cleaninstall' @@ -11,7 +11,7 @@ automatic: true plugins: - docker#v5.3.0: - image: 'node:16.13-bullseye' + image: 'node:20.10.0-bullseye' always-pull: true workdir: /comm propagate-environment: true