Edg CLI is not compatible with pnpm

edg=6.1.0
npm=8.1.2
pnpm=7.27.0
With NPM works well but with pnpm latest version it fails:

edg deploy --site=mysite.blog --token=TOKEN                                                                          ─╯
πŸ”‘ Logged in as "TOKEN" deploy token of site "mysite.blog".

Unable to validate domain/IP 'mysite.blog' for backend 'origin'. This may result in failed requests if the domain/IP address cannot be reached after deployment.

πŸ“‹ Deploying to:
> Team: Private space
> Site: mysite.blog
> Environment: default
> Edgio version: 6.1.0
> Deployment #5

πŸ› οΈ  Building your app for deployment on Edgio
> Bundling Edgio router... done.

Error: 
Errors occurred while attempting to deploy your application to Edgio edge.
The following route could not be processed:
* fallback: Error: Failed to load /home/realtica/projects/kalpa/sites/mysite.blog/edgio.config.js: Cannot find module 'ajv'

Hi @realtica ,

Currently the CLI is supported for npm and yarn. We do have a ticket open for pnpm support, but at this time I don’t have a date to when this support is expected.

For reference, the ticket this is being tracked internally is APPOPS-16324.