Skip to content

Commit d1a9d09

Browse files
committed
fix for exe e2e
1 parent 4e5a1ce commit d1a9d09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,12 @@ jobs:
410410
- checkout
411411
- attach_workspace:
412412
at: .
413-
- run: choco install nodejs --version=18.15.0
413+
- 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
414419
- run:
415420
command: |
416421
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/electron/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..

0 commit comments

Comments
 (0)