File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,8 @@ jobs:
421
421
- checkout
422
422
- attach_workspace :
423
423
at : .
424
- - run : choco install nodejs --version=18.15.0
424
+ # - run: choco install nodejs --version=18.15.0
425
+ - run : nvm install 18.15.0
425
426
- run :
426
427
command : |
427
428
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/electron/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
@@ -766,7 +767,9 @@ jobs:
766
767
- run :
767
768
name : Build windows exe
768
769
command : |
769
- choco install nodejs --version=18.15.0
770
+ # choco install nodejs --version=18.15.0
771
+ nvm install 18.15.0
772
+ npm i -g yarn
770
773
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
771
774
yarn install
772
775
yarn --cwd redisinsight/api/ install
You can’t perform that action at this time.
0 commit comments