Checklist
Describe the problem you'd like to have solved
This library is not compatible with Vercel's edge runtime (haven't tested others) due to this line:
https://github.com/auth0/node-auth0/blob/master/src/utils.ts#L10
Describe the ideal solution
This library to support the edge runtime
Alternatives and current workarounds
Patch the package to not use node.version.
Additional context
No response