diff --git a/.circleci/configurations/jobs.yml b/.circleci/configurations/jobs.yml index 379dff1893a..2ae3625a0a0 100644 --- a/.circleci/configurations/jobs.yml +++ b/.circleci/configurations/jobs.yml @@ -619,7 +619,7 @@ jobs: - run: name: Install Node JS # Note: Version set separately for non-Windows builds, see above. - command: choco install nodejs-lts + command: choco install nodejs --version=18.18.0 --allow-downgrade # Setup Dependencies - run: