We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e7de8 commit fe1be27Copy full SHA for fe1be27
1 file changed
.github/workflows/build.yml
@@ -31,6 +31,8 @@ jobs:
31
# When Chrome version is specified, we pin to a specific version of Chrome
32
# Comment this out to use the latest release
33
#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'
36
strategy:
37
# Create a matrix of Node versions to test against (in parallel)
38
matrix:
0 commit comments