Skip to content

Commit

Permalink
Update node.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri authored Jan 5, 2024
1 parent e6795af commit 71b29e1
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,12 @@ on: [push]
jobs:
echo-job:
timeout-minutes: 15
runs-on: warp-ubuntu-latest-x64-2x
runs-on: warpdev-ubuntu-latest-amd64-4x
strategy:
fail-fast: false
matrix:
node-version: [20.x]
shard:
[
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
]
shard: [1]

env:
NODE_OPTIONS: "--max-old-space-size=14336"
Expand Down

0 comments on commit 71b29e1

Please sign in to comment.