From 375104215c4a871c0ffde0e631ba99df89964784 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Wed, 18 Sep 2024 19:31:46 +0200 Subject: [PATCH] nvm --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 030dac9535..1502767549 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -136,11 +136,13 @@ jobs: - run: name: "Run tests" command: | + nvm use 20.2 cd apps/remixdesktop/ ./run_ci_test.sh - run: name: "Run isogit tests" command: | + nvm use 20.2 cd apps/remixdesktop/ ./run_git_ui_isogit_tests.sh - store_test_results: