You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actions/setup-node@v4 now supports reading volta.node / volta.extends from node-version-file: package.json, it would be nice for pnpm/action-setup to support volta.pnpm too.
Volta currently only has experimental support for pnpm, but from extended use the only reason for this seems to be that they don't support global installs (which is hopefully not a big use case)
Presumably for compatibility packageManager should still be checked first, and I'm not particularly concerned about support for volta.extends.
The text was updated successfully, but these errors were encountered:
actions/setup-node@v4
now supports readingvolta.node
/volta.extends
fromnode-version-file: package.json
, it would be nice forpnpm/action-setup
to supportvolta.pnpm
too.Volta currently only has experimental support for pnpm, but from extended use the only reason for this seems to be that they don't support global installs (which is hopefully not a big use case)
Presumably for compatibility
packageManager
should still be checked first, and I'm not particularly concerned about support forvolta.extends
.The text was updated successfully, but these errors were encountered: