Skip to content

Commit

Permalink
Bump Node heap size in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ybnd committed Apr 26, 2023
1 parent 18e7de8 commit fe1be27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
# When Chrome version is specified, we pin to a specific version of Chrome
# Comment this out to use the latest release
#CHROME_VERSION: "90.0.4430.212-1"
# Bump Node heap size (OOM in CI after upgrading to Angular 15)
NODE_OPTIONS: '--max-old-space-size=4096'
strategy:
# Create a matrix of Node versions to test against (in parallel)
matrix:
Expand Down

0 comments on commit fe1be27

Please sign in to comment.