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 adc81ea commit a84b4cbCopy full SHA for a84b4cb
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
api_key: ${{ secrets.DD_API_KEY }}
75
- run: npm run test
76
env:
77
- NODE_OPTIONS: -r ${{ env.DD_TRACE_PACKAGE }}
+ NODE_OPTIONS: "--max-old-space-size=4096 -r ${{ env.DD_TRACE_PACKAGE }}"
78
- name: Coveralls
79
uses: coverallsapp/github-action@master
80
with:
0 commit comments