Skip to content

Commit 362f743

Browse files
committed
Updated config.yml
1 parent 0a05762 commit 362f743

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ jobs:
421421
- checkout
422422
- attach_workspace:
423423
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
425426
- run:
426427
command: |
427428
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:
766767
- run:
767768
name: Build windows exe
768769
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
770773
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
771774
yarn install
772775
yarn --cwd redisinsight/api/ install

0 commit comments

Comments
 (0)