AdonisJS `node:module` Error on Build

I have my environment variable set:
NODE_VERSION 18.17.1
Yet when I build I get the following error, is this incompatible with Workers?

SyntaxError: The requested module 'node:module' does not provide an export named 'register'
Was this page helpful?