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 4e5a1ce commit d1a9d09Copy full SHA for d1a9d09
.circleci/config.yml
@@ -410,7 +410,12 @@ jobs:
410
- checkout
411
- attach_workspace:
412
at: .
413
- - run: choco install nodejs --version=18.15.0
+ - run:
414
+ command: |
415
+ choco install nodejs --version=18.15.0
416
+ nvm install 18.15.0
417
+ nvm use 18.15.0
418
+ npm install --global yarn
419
- run:
420
command: |
421
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/electron/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
0 commit comments