I am using v14.0.0 of the zapier-platform-core
dependency to build my integration.
I’m using nvm to ensure that Node v18 is being used: nvm exec v18 npm test -- authentication.test.js
The integration references a dependency that uses ES modules, but I get an error when I attempt to build the application. Are they supported?