What steps will reproduce the bug?
I tried to build https://github.com/ever-co/gauzy - yarn nx build api --configuration=production and it landed me here nrwl/nx#2956 where other developers noticed that downgrading Node fixed the issue.
How often does it reproduce? Is there a required condition?
To the exception of Node version, I have not noticed any other condition.
What is the expected behavior?
A successful build.
What do you see instead?

In Docker build
error command failed with signal "SIGSEGV"
On host, it is silent and the exit status - echo $? - returned is 139, which happens to be NodeJS exit status for SEGFAULT.

Additional information
It works after I downgraded to node:erbium-alpine. Since the issue is not happening during development, I have not [yet] downgraded my environment.
Version: v14.1.0 for me
Platform: Linux salathiel 5.4.0-39-generic The binary and long term compatibility with node #43-Ubuntu SMP Fri Jun 19 10:28:31 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Subsystem: (Ubuntu for me)
What steps will reproduce the bug?
I tried to build https://github.com/ever-co/gauzy -
yarn nx build api --configuration=productionand it landed me here nrwl/nx#2956 where other developers noticed that downgrading Node fixed the issue.How often does it reproduce? Is there a required condition?
To the exception of Node version, I have not noticed any other condition.
What is the expected behavior?
A successful build.
What do you see instead?
In Docker build
On host, it is silent and the exit status -

echo $?- returned is139, which happens to be NodeJS exit status for SEGFAULT.Additional information
It works after I downgraded to
node:erbium-alpine. Since the issue is not happening during development, I have not [yet] downgraded my environment.