Skip to content

Commit

Permalink
makes 60 shards
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri committed Dec 18, 2023
1 parent 2de06c4 commit 4e86bc1
Showing 1 changed file with 65 additions and 1 deletion.
66 changes: 65 additions & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -27,3 +89,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile --prefer-offline

0 comments on commit 4e86bc1

Please sign in to comment.