Skip to content

Commit cc22a1f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ jobs:
423423
at: .
424424
# - run: choco install nodejs --version=18.15.0
425425
- run: nvm install 18.15.0
426+
- run: nvm use 18.15.0
426427
- run:
427428
command: |
428429
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/electron/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
@@ -769,6 +770,7 @@ jobs:
769770
command: |
770771
# choco install nodejs --version=18.15.0
771772
nvm install 18.15.0
773+
nvm use 18.15.0
772774
npm i -g yarn
773775
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
774776
yarn install

0 commit comments

Comments
 (0)