Skip to content

Commit b169d36

Browse files
Merge pull request #3064 from RedisInsight/build/deep-linking/main
Build/deep linking/main
2 parents de3c31d + 60a9472 commit b169d36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,10 @@ jobs:
755755
- run:
756756
name: Build windows exe
757757
command: |
758-
choco install nodejs --version=18.15.0
758+
nvm install 18.15.0
759+
nvm use 18.15.0
760+
npm install --global yarn
761+
759762
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
760763
yarn install
761764
yarn --cwd redisinsight/api/ install

0 commit comments

Comments
 (0)