Skip to content

Commit

Permalink
set ci in windows in parallel 3
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Apr 12, 2023
1 parent 6490d6c commit 69763bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 1
max-parallel: 3
matrix:
node_version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
os: [windows-latest]
Expand Down

0 comments on commit 69763bf

Please sign in to comment.