From 9af58b3d972102949bc768965ec539720384719a Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Mon, 18 Mar 2024 09:58:22 +0100 Subject: [PATCH] newer node needed for ntl-cli --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b9952509d28a8..fb7fe0e252acc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -590,11 +590,11 @@ jobs: command: ./scripts/assert-changed-files.sh "packages/*|(e2e|integration)-tests/*|.circleci/*|scripts/e2e-test.sh|yarn.lock" - <<: *attach_to_bootstrap - run: - name: Install node 18.0.0, yarn and node-gyp requirements + name: Install node 18.19.0, yarn and node-gyp requirements command: | - nvm install 18.0.0 - nvm alias default 18.0.0 - nvm use 18.0.0 + nvm install 18.19.0 + nvm alias default 18.19.0 + nvm use 18.19.0 npm install -g yarn - run: name: Clear out sharp