We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8026a1c commit 8fbd687Copy full SHA for 8fbd687
.github/workflows/test.yml
@@ -101,6 +101,7 @@ jobs:
101
group: phoenix
102
labels: ${{ matrix.lbl }}
103
env:
104
+ NODE_OPTIONS: ${{ matrix.lbl == 'gt' && '--max-old-space-size=2048' || '' }}
105
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
106
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
107
steps:
0 commit comments