Skip to content

Commit fe1be27

Browse files
committed
Bump Node heap size in CI
1 parent 18e7de8 commit fe1be27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
# When Chrome version is specified, we pin to a specific version of Chrome
3232
# Comment this out to use the latest release
3333
#CHROME_VERSION: "90.0.4430.212-1"
34+
# Bump Node heap size (OOM in CI after upgrading to Angular 15)
35+
NODE_OPTIONS: '--max-old-space-size=4096'
3436
strategy:
3537
# Create a matrix of Node versions to test against (in parallel)
3638
matrix:

0 commit comments

Comments
 (0)