{"id":7747089,"name":"Dafnik/setup-node-pnpm","ecosystem":"actions","description":"Setup node, pnpm and the caching","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Dafnik/setup-node-pnpm","keywords_array":["ci","dependencies"],"namespace":"Dafnik","versions_count":16,"first_release_published_at":"2023-04-10T16:32:54.000Z","latest_release_published_at":"2025-11-03T12:11:41.000Z","latest_release_number":"v5.0.1","last_synced_at":"2026-05-12T08:16:38.183Z","created_at":"2023-05-17T11:16:39.039Z","updated_at":"2026-05-12T08:16:38.184Z","registry_url":"https://github.com/Dafnik/setup-node-pnpm","install_command":null,"documentation_url":null,"metadata":{"name":"Setup node and pnpm","author":"Dafnik","description":"Setup node, pnpm and the caching","branding":{"icon":"arrow-down-circle","color":"purple"},"inputs":{"pnpm":{"description":"PNPM version","required":false},"node":{"description":"Version Spec of the version to use. Examples: 12.x, 10.15.1, \u003e=10.15.0.","required":false,"default":"24"},"node-file":{"description":"File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .tool-versions. If \"node\" and \"node-file\" are both provided the action will use the version from \"node-file\".","required":false,"default":""},"cwd":{"description":"Work directory","required":false,"default":"."},"package_file":{"description":"File path to the package.json to read \"packageManager\" configuration (also supports package.yml). Works in conjunction with \"cwd\"","required":false,"default":"package.json"},"install":{"description":"Runs pnpm install","required":false,"default":"false"},"install-ignore-scripts":{"description":"Runs pnpm install --ignore-scripts","required":false,"default":"false"}},"runs":{"using":"composite","steps":[{"name":"use pnpm ${{ inputs.pnpm }}","uses":"pnpm/action-setup@v4","with":{"version":"${{ inputs.pnpm }}","package_json_file":"${{ inputs.cwd }}/${{ inputs.package_file }}"}},{"name":"use Node.js ${{ inputs.node }}","if":"${{ inputs.node-file == '' }}","uses":"actions/setup-node@v6","with":{"node-version":"${{ inputs.node }}","cache":"pnpm","cache-dependency-path":"${{ inputs.cwd }}/pnpm-lock.yaml"}},{"name":"use Node.js ${{ inputs.node }}","if":"${{ inputs.node-file != '' }}","uses":"actions/setup-node@v6","with":{"node-version-file":"${{ inputs.cwd }}/${{ inputs.node-file }}","cache":"pnpm","cache-dependency-path":"${{ inputs.cwd }}/pnpm-lock.yaml"}},{"name":"Run pnpm install","if":"${{ inputs.install == 'true' }}","shell":"bash","run":"cd ${{ inputs.cwd }}\npnpm install --frozen-lockfile\n"},{"name":"Run pnpm install --ignore-scripts","if":"${{ inputs.install-ignore-scripts == 'true' }}","shell":"bash","run":"cd ${{ inputs.cwd }}\npnpm install --frozen-lockfile --ignore-scripts\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":152580583,"uuid":"626016849","full_name":"Dafnik/setup-node-pnpm","owner":"Dafnik","description":"Setup node, pnpm and caching","archived":false,"fork":false,"pushed_at":"2025-10-02T00:51:46.000Z","size":98,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-02T02:45:22.315Z","etag":null,"topics":["ci","dependencies"],"latest_commit_sha":null,"homepage":"","language":null,"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/Dafnik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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},"funding":{"github":"Dafnik","liberapay":"Dafnik"}},"created_at":"2023-04-10T16:07:45.000Z","updated_at":"2025-09-14T21:36:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccd103bf-876c-4eee-816c-eebba9af8708","html_url":"https://github.com/Dafnik/setup-node-pnpm","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Dafnik/setup-node-pnpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dafnik","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/sbom","scorecard":{"id":36026,"data":{"date":"2025-08-11","repo":{"name":"github.com/Dafnik/setup-node-pnpm","commit":"e06ae36e0582e9c42d002aefc064c136d67bb21e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/9 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/draft-release.yml:14","Info: jobLevel 'contents' permission set to 'read': .github/workflows/label-pr.yml:12","Warn: no topLevel permission defined: .github/workflows/dev.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/draft-release.yml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/label-pr.yml:7","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:15","Warn: no topLevel permission defined: .github/workflows/test.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dev.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/dev.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dev.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/dev.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dev.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/dev.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dev.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/dev.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/draft-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/draft-release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/draft-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label-pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/label-pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:83: update your workflow using https://app.stepsecurity.io/secureworkflow/Dafnik/setup-node-pnpm/test.yml/main?enable=pin","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T20:19:29.176Z","repository_id":152580583,"created_at":"2025-08-14T20:19:29.176Z","updated_at":"2025-08-14T20:19:29.176Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277947184,"owners_count":25903929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-02T02:00:08.890Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"Dafnik","name":"Dominik","uuid":"16242839","kind":"user","description":"programming in Typescript and Kotlin.","email":"","website":"https://dafnik.me","location":"Vienna (meine Stadt, meine Liebe, mein Hass, mein Herz, mein Vienna) ","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16242839?u=be3450c08956cdbf5909cc791ed0137615141636\u0026v=4","repositories_count":3,"last_synced_at":"2025-09-19T08:05:09.260Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/Dafnik","funding_links":["https://github.com/sponsors/Dafnik"],"total_stars":null,"followers":16,"following":6,"created_at":"2023-03-27T18:01:49.436Z","updated_at":"2025-09-19T08:05:09.260Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dafnik","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dafnik/repositories"},"tags":[{"name":"v4","sha":"e06ae36e0582e9c42d002aefc064c136d67bb21e","kind":"commit","published_at":"2025-04-02T07:31:09.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v4","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v4","dependencies_parsed_at":"2025-04-16T07:20:10.640Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v4/manifests"},{"name":"v4.0.0","sha":"e06ae36e0582e9c42d002aefc064c136d67bb21e","kind":"commit","published_at":"2025-04-02T07:31:09.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v4.0.0","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v4.0.0","dependencies_parsed_at":"2025-04-16T07:20:12.052Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"ee5a00d8b575edbc56adb14ea4ba4340a8796381","kind":"commit","published_at":"2024-04-29T08:50:39.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v3.0.0","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v3.0.0","dependencies_parsed_at":"2024-05-01T04:40:05.122Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v3.0.0/manifests"},{"name":"v3","sha":"ee5a00d8b575edbc56adb14ea4ba4340a8796381","kind":"commit","published_at":"2024-04-29T08:50:39.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v3","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v3","dependencies_parsed_at":"2024-05-01T04:40:05.113Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v3/manifests"},{"name":"v2.1.0","sha":"8b2b9a65643d08ab2445c93242b0f909f59de820","kind":"commit","published_at":"2024-02-23T11:44:56.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v2.1.0","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v2.1.0","dependencies_parsed_at":"2024-02-25T04:18:22.845Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v2.1.0/manifests"},{"name":"v2","sha":"06bb0a23f7bf593e9cccc7ebc1dc2c5fd166058e","kind":"commit","published_at":"2023-10-30T15:07:22.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v2","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v2","dependencies_parsed_at":"2023-11-01T04:23:45.357Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v2/manifests"},{"name":"v2.0.0","sha":"06bb0a23f7bf593e9cccc7ebc1dc2c5fd166058e","kind":"commit","published_at":"2023-10-30T15:07:22.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v2.0.0","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v2.0.0","dependencies_parsed_at":"2023-11-01T04:23:45.396Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v2.0.0/manifests"},{"name":"v1.3.0","sha":"84cc24f3cc7f0b656b3577da067a59b993060ace","kind":"commit","published_at":"2023-05-22T12:05:21.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v1.3.0","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v1.3.0","dependencies_parsed_at":"2023-06-02T00:26:16.452Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.3.0/manifests"},{"name":"v1","sha":"84cc24f3cc7f0b656b3577da067a59b993060ace","kind":"commit","published_at":"2023-05-22T12:05:21.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v1","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v1","dependencies_parsed_at":"2023-06-02T00:26:16.489Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1/manifests"},{"name":"v1.2.0","sha":"ea9a147cd094dc9f678ef915a1cb47cf37e279d9","kind":"commit","published_at":"2023-04-20T13:14:27.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v1.2.0","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v1.2.0","dependencies_parsed_at":"2023-06-02T00:26:15.230Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"dc8f853081c7680b6521d4440c097699ce9acfae","kind":"commit","published_at":"2023-04-11T16:01:24.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v1.1.1","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v1.1.1","dependencies_parsed_at":"2023-06-02T00:26:13.964Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"0d55ef335c454ced806e250d254fe46093bf06ba","kind":"commit","published_at":"2023-04-10T19:11:26.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v1.1.0","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-02T00:26:14.384Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"d24eb62fefc00a1d4712826d4aac5b6caf1d4682","kind":"commit","published_at":"2023-04-10T16:32:54.000Z","download_url":"https://codeload.github.com/Dafnik/setup-node-pnpm/tar.gz/v1.0.0","html_url":"https://github.com/Dafnik/setup-node-pnpm/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-02T00:26:14.035Z","dependency_job_id":null,"purl":"pkg:github/Dafnik/setup-node-pnpm@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dafnik%2Fsetup-node-pnpm/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-02-11T14:21:36.309Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":40.26221692491061,"dependent_packages_count":0.0,"stargazers_count":48.81764060265407,"forks_count":35.22640316731543,"docker_downloads_count":null,"average":31.076565173720027},"purl":"pkg:githubactions/Dafnik/setup-node-pnpm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/Dafnik/setup-node-pnpm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/Dafnik/setup-node-pnpm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/Dafnik/setup-node-pnpm/dependencies","status":null,"funding_links":["https://github.com/sponsors/Dafnik","https://liberapay.com/Dafnik"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-16T03:08:07.898Z","issues_count":1,"pull_requests_count":44,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":37325.51219512195,"issues_closed_count":0,"pull_requests_closed_count":41,"pull_request_authors_count":3,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":41,"bot_issues_count":1,"bot_pull_requests_count":15,"past_year_issues_count":0,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":6727.1,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":7,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/dafnik%2Fsetup-node-pnpm/issues","maintainers":[{"login":"Dafnik","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Dafnik"}],"active_maintainers":[{"login":"Dafnik","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Dafnik"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Dafnik%2Fsetup-node-pnpm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Dafnik%2Fsetup-node-pnpm/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Dafnik%2Fsetup-node-pnpm/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Dafnik%2Fsetup-node-pnpm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Dafnik%2Fsetup-node-pnpm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Dafnik%2Fsetup-node-pnpm/codemeta","maintainers":[]}