Skip to content

Commit

Permalink
try increased heap space, is probably memory leak, will try new node …
Browse files Browse the repository at this point in the history
…next
  • Loading branch information
Anemy committed Jan 4, 2024
1 parent cfd746b commit 5364f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/test-and-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:

- name: Build .vsix
env:
NODE_OPTIONS: "--require ./scripts/no-npm-list-fail.js"
NODE_OPTIONS: "--require ./scripts/no-npm-list-fail.js --max_old_space_size=4096"
# NOTE: --githubBranch is "The GitHub branch used to infer relative links in README.md."
run: |
npx vsce package --githubBranch main
Expand Down

0 comments on commit 5364f7f

Please sign in to comment.