{"id":25602110,"url":"https://github.com/threeal/setup-pnpm-action","last_synced_at":"2026-04-28T16:02:42.740Z","repository":{"id":275929884,"uuid":"927641864","full_name":"threeal/setup-pnpm-action","owner":"threeal","description":"Set up standalone pnpm with a specified version in GitHub Actions ","archived":false,"fork":false,"pushed_at":"2026-04-23T15:25:33.000Z","size":178,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-23T17:27:33.712Z","etag":null,"topics":["actions","ci","github-actions","javascript","nodejs","pnpm","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threeal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-05T09:50:50.000Z","updated_at":"2026-04-23T15:24:21.000Z","dependencies_parsed_at":"2025-02-05T11:19:32.219Z","dependency_job_id":"10bcb457-731a-4385-a272-25d0fff34cd1","html_url":"https://github.com/threeal/setup-pnpm-action","commit_stats":null,"previous_names":["threeal/setup-pnpm-action"],"tags_count":2,"template":false,"template_full_name":"threeal/action-starter","purl":"pkg:github/threeal/setup-pnpm-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fsetup-pnpm-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fsetup-pnpm-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fsetup-pnpm-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fsetup-pnpm-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threeal","download_url":"https://codeload.github.com/threeal/setup-pnpm-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fsetup-pnpm-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32387923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","ci","github-actions","javascript","nodejs","pnpm","typescript"],"created_at":"2025-02-21T16:48:08.387Z","updated_at":"2026-04-28T16:02:42.734Z","avatar_url":"https://github.com/threeal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Standalone pnpm Action\n\nSet up standalone [pnpm](https://pnpm.io/) with a specified version in [GitHub Actions](https://github.com/features/actions).\n\nThis action installs the standalone version of pnpm from the [GitHub releases](https://github.com/pnpm/pnpm/releases) page, allowing pnpm to be used as both a package manager and a Node.js version manager (see [pnpm env](https://pnpm.io/cli/env)).\n\n## Available Inputs\n\nThe following input parameters are available for this action:\n\n| Name      | Type                  | Description                                         |\n| --------- | --------------------- | --------------------------------------------------- |\n| `version` | Version number or tag | The pnpm version to install (defaults to `latest`). |\n\n## Example Usage\n\nHere's a basic example of how to use this action to set up the latest version of standalone pnpm in a GitHub Actions workflow:\n\n```yaml\nname: CI\non:\n  push:\njobs:\n  build:\n    name: Build Project\n    runs-on: ubuntu-24.04\n    steps:\n      - name: Checkout Project\n        uses: actions/checkout@v4.2.2\n\n      - name: Setup pnpm\n        uses: threeal/setup-pnpm-action@v1.0.0\n\n      - name: Check pnpm\n        run: pnpm --version\n```\n\n## License\n\nThis project is licensed under the terms of the [MIT License](./LICENSE).\n\nCopyright © 2025-2026 [Alfi Maulana](https://github.com/threeal)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Fsetup-pnpm-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeal%2Fsetup-pnpm-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Fsetup-pnpm-action/lists"}