We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362f743 commit cc22a1fCopy full SHA for cc22a1f
.circleci/config.yml
@@ -423,6 +423,7 @@ jobs:
423
at: .
424
# - run: choco install nodejs --version=18.15.0
425
- run: nvm install 18.15.0
426
+ - run: nvm use 18.15.0
427
- run:
428
command: |
429
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:
769
770
771
# choco install nodejs --version=18.15.0
772
nvm install 18.15.0
773
+ nvm use 18.15.0
774
npm i -g yarn
775
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
776
yarn install
0 commit comments