Skip to content

Commit 889edd9

Browse files
committed
fix: circleci parallelism and windows shell
1 parent c174ffb commit 889edd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ executors:
1414
machine:
1515
image: 'windows-server-2022-gui:2024.07.1'
1616
resource_class: windows.large
17-
shell: powershell.exe -ExecutionPolicy Bypass
17+
shell: bash.exe
1818

1919
parameters:
2020
# Comma separated list, e.g. canary, latest, 14.2.15, 13.5.1
@@ -36,7 +36,7 @@ jobs:
3636
next-version:
3737
type: string
3838
executor: ubuntu
39-
parallelism: 2
39+
parallelism: 4
4040
steps:
4141
- checkout
4242
- node/install:
@@ -104,7 +104,7 @@ jobs:
104104
type: executor
105105
default: ubuntu
106106
executor: << parameters.os >>
107-
parallelism: 4
107+
parallelism: 8
108108
steps:
109109
- checkout
110110
- node/install:

0 commit comments

Comments
 (0)