Error building after migrating Wasp to 0.12

I am getting the below error after migrating Wasp to 0.12, I am using NodeJS 20. Below is the error, how do I fix this?
globalThis.crypto = webcrypto as Crypto;
 TypeError: Cannot set property crypto of #<Object> which has only a getter
    at <anonymous> (/app/.wasp/out/server/src/polyfill.ts:7:21)
Was this page helpful?