diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28b041ca1..aafdcfaab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,8 +164,8 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] - shardTotal: [16] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] + shardTotal: [18] steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x