Below you will find pages that utilize the taxonomy term “Pnpm”
August 10, 2026
Setup pnpm with runtime
Version updated for https://github.com/pnpm/setup to version v2.0.2.
This action is used across all versions by 374 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action installs pnpm and a JavaScript runtime (Node.js, Bun, or Deno) in a single step. It automates the setup process by downloading pnpm’s self-contained binary and setting up the specified runtime on the runner’s PATH. The action automatically detects the required runtime from package.json if not provided as an input, reducing the need for multiple setup steps.
August 4, 2026
Setup pnpm with runtime
Version updated for https://github.com/pnpm/setup to version v2.0.0.
This action is used across all versions by 202 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the installation of pnpm and a JavaScript runtime (Node.js, Bun, or Deno) in a single step. It downloads the self-contained pnpm release binary directly from pnpm’s GitHub releases and sets up the requested runtime on PATH. This eliminates the need for separate setup steps like actions/setup-node, oven-sh/setup-bun, or denoland/setup-deno. The action supports automatic installation of a specified version of pnpm, a custom destination for pnpm files, and caching the store directory. It also handles runtime selection based on devEngines.runtime in package.json or defaults to LTS versions for Node.js.