Skip to content

Commit

Permalink
Add NODE_OPTIONS to docker-next
Browse files Browse the repository at this point in the history
  • Loading branch information
peturgq committed Oct 17, 2022
1 parent 6546f64 commit d91e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/90_docker-next.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -euxo pipefail

export NODE_OPTIONS="--max-old-space-size=8192"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

# shellcheck disable=SC1091
Expand Down

0 comments on commit d91e6c0

Please sign in to comment.