A GitHub Action that downloads and sets up standalone pnpm on the runner.
- name: Setup pnpm
uses: threeal/setup-pnpm-action@v2.0.0| Name | Description |
|---|---|
version |
The version or tag of pnpm to install. |
version-file |
A file specifying the version of pnpm to install. Supports package.json with a packageManager field. |
version and version-file are mutually exclusive. If neither is set, the version is read from package.json in the current directory if available, otherwise the latest version is installed.
| Name | Description |
|---|---|
version |
The version of pnpm that was installed. |
- name: Setup pnpm
uses: threeal/setup-pnpm-action@v2.0.0
with:
version: 11.5.0
- name: Check pnpm
run: pnpm --versionThis project is licensed under the MIT License.
Copyright © 2025-2026 Alfi Maulana