Skip to content

Commit 4e37a00

Browse files
LI-116181 Limit mocha with 1 parallel jobs
1 parent 29a2efa commit 4e37a00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
node-version: [14.x ,18.x, 20.x]
20+
node-version: [14.x ,16.x]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)