Skip to content

Commit 60a9472

Browse files
author
Artem
committed
replace choco with nvm
1 parent cb721eb commit 60a9472

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,9 @@ 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
759761
760762
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
761763
yarn install

0 commit comments

Comments
 (0)