We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8798f1c commit 0a60bc2Copy full SHA for 0a60bc2
2 files changed
.github/workflows/pr-validation.yml
@@ -63,3 +63,4 @@ jobs:
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
+ NODE_OPTIONS: --max-old-space-size=8192
.github/workflows/release.yml
@@ -76,6 +76,7 @@ jobs:
76
77
78
79
80
81
# Create .npmrc file for GitHub Packages
82
- name: Setup .npmrc
0 commit comments