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
For pnpm v11 and newer, use pnpm/setup instead. It downloads pnpm's self-contained release binary (no Node.js or npm required) and can install a JavaScript runtime (Node.js, Bun, or Deno) in the same step, replacing actions/setup-node.
pnpm/action-setup remains the action to use for installing pnpm v10 and older. See Migrating to pnpm/setup below.
Does this mean pnpm/action-setup is deprecated for use with pnpm v11 and the future v12, or will it continue to be supported?
pnpm/setup does not replace all the functionality of actions/setup-node, so we'll want to continue using actions/setup-node.
The README states:
Important
This action has a successor:
pnpm/setup.For pnpm v11 and newer, use
pnpm/setupinstead. It downloads pnpm's self-contained release binary (no Node.js or npm required) and can install a JavaScript runtime (Node.js, Bun, or Deno) in the same step, replacingactions/setup-node.pnpm/action-setupremains the action to use for installing pnpm v10 and older. See Migrating to pnpm/setup below.Does this mean
pnpm/action-setupis deprecated for use with pnpm v11 and the future v12, or will it continue to be supported?pnpm/setupdoes not replace all the functionality of actions/setup-node, so we'll want to continue usingactions/setup-node.