From 4e86bc1a718d8fa85bc911ae110d9e0b2b7335e8 Mon Sep 17 00:00:00 2001 From: Prajjwal Date: Mon, 18 Dec 2023 09:45:46 +0530 Subject: [PATCH] makes 60 shards --- .github/workflows/node.yaml | 66 ++++++++++++++++++++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index b43ac7b..90983bc 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -10,7 +10,69 @@ jobs: fail-fast: false matrix: node-version: [20.x] - shard: [1, 2, 3, 4, 5, 6] + shard: + [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + ] env: NODE_OPTIONS: "--max-old-space-size=14336" @@ -27,3 +89,5 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: "pnpm" + - name: Install dependencies + run: pnpm install --frozen-lockfile --prefer-offline