diff --git a/.circleci/config.yml b/.circleci/config.yml index 06473be195e..5d18f2ec6f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1139,7 +1139,7 @@ jobs: command: | apt update apt install -y wget git curl - curl -sL https://deb.nodesource.com/setup_16.x | bash - + curl -sL https://deb.nodesource.com/setup_18.x | bash - apt install -y nodejs npm install --global yarn - checkout