Skip to content

Commit 8064335

Browse files
authored
Limit parallel runs in strategy
1 parent 8c0c5f8 commit 8064335

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
strategy:
18+
max-parallel: 1
1819
matrix:
1920
node: [14, 16]
2021
os: [ubuntu-latest]

0 commit comments

Comments
 (0)