Closed filafb closed 1 year ago
This version bumps the prom-client version to remove a deprecation warning in the CLI when linking a project to the node builder using node 16.
prom-client
It removes the following deprecation warning from CLI when linking an application.
vtexgame1
yarn link
node-vtex-api
7.x
/node
yarn link @vtex/api
What is the purpose of this pull request?
This version bumps the
prom-client
version to remove a deprecation warning in the CLI when linking a project to the node builder using node 16.What problem is this solving?
It removes the following deprecation warning from CLI when linking an application.
How should this be manually tested?
vtexgame1
account;yarn link
in thenode-vtex-api
;7.x
;/node
and runyarn link @vtex/api
;Types of changes