Skip to content

Commit b7eb5fe

Browse files
committed
build: Bump max_old_space_size for good ole Node.
1 parent 2230119 commit b7eb5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
4949
npm publish
5050
env:
51+
NODE_OPTIONS: "--max_old_space_size=4096"
5152
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52-

0 commit comments

Comments
 (0)