Skip to content

Commit 0a60bc2

Browse files
committed
NODE_OPTIONS: --max-old-space-size=8192 for the github workflow
1 parent 8798f1c commit 0a60bc2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ jobs:
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66+
NODE_OPTIONS: --max-old-space-size=8192

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79+
NODE_OPTIONS: --max-old-space-size=8192
7980

8081
# Create .npmrc file for GitHub Packages
8182
- name: Setup .npmrc

0 commit comments

Comments
 (0)