volta
volta copied to clipboard
Make use of "devEngines" in package.json when pinning a Node version
Hi there,
would it be possible to let volta's pin command update/set the node version within the new devEngines block of package.json?
That way we would have consistency between local and CI just by executing a single volta pin node@latest command, once the setup-node GitHub Action will support it as well
https://github.com/actions/setup-node/issues/1255