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 16ffebf commit 6a751adCopy full SHA for 6a751ad
.github/actions/setup-project/action.yml
@@ -59,3 +59,7 @@ runs:
59
if: inputs.skip-build != 'true' && steps.cache-build.outputs.cache-hit != 'true'
60
shell: bash
61
run: yarn build && yarn build:umd
62
+ env:
63
+ # Disable V8 compile cache to hard crashes in Node.js. This can likely be removed once upgraded to the next LTS version (version 22).
64
+ # See: https://github.com/nodejs/node/issues/51555
65
+ DISABLE_V8_COMPILE_CACHE: 1
0 commit comments