mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-04-17 03:00:47 -04:00
3 lines
127 B
JavaScript
3 lines
127 B
JavaScript
if (parseFloat(process.versions.node) < 20.0)
|
|
throw new Error("Unsupported Node.js version. Please use Node.js >= 20.0.0.");
|