{"id":14964143,"url":"https://github.com/nuxt/actions-yarn","last_synced_at":"2025-04-08T04:18:31.760Z","repository":{"id":41887887,"uuid":"162563075","full_name":"nuxt/actions-yarn","owner":"nuxt","description":"Github Actions for yarn","archived":false,"fork":false,"pushed_at":"2025-03-03T15:02:30.000Z","size":16,"stargazers_count":48,"open_issues_count":2,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T09:31:23.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/nuxt.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}},"created_at":"2018-12-20T10:21:26.000Z","updated_at":"2024-06-09T02:03:51.000Z","dependencies_parsed_at":"2025-01-16T14:19:03.069Z","dependency_job_id":"4da4054c-fac9-4b39-a1e3-f67639b8325c","html_url":"https://github.com/nuxt/actions-yarn","commit_stats":{"total_commits":19,"total_committers":4,"mean_commits":4.75,"dds":"0.21052631578947367","last_synced_commit":"048bb0c364d4df6f7994bd9a8671a144847c40a6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Factions-yarn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Factions-yarn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Factions-yarn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Factions-yarn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt","download_url":"https://codeload.github.com/nuxt/actions-yarn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773721,"owners_count":20993639,"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","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":[],"created_at":"2024-09-24T13:32:37.966Z","updated_at":"2025-04-08T04:18:31.725Z","avatar_url":"https://github.com/nuxt.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# GitHub Action for Yarn\n\nThis Action for [yarn](https://yarnpkg.com/en/) enables arbitrary actions with the `yarn` command-line client, including testing packages and publishing to a registry.\n\n## Usage\n\nAn example workflow to build, test, and publish an npm package to the default public registry follows:\n\n```hcl\nworkflow \"Build, Test, and Publish\" {\n  on = \"push\"\n  resolves = [\"Publish\"]\n}\n\naction \"Build\" {\n  uses = \"nuxt/actions-yarn@master\"\n  args = \"install\"\n}\n\naction \"Test\" {\n  needs = \"Build\"\n  uses = \"nuxt/actions-yarn@master\"\n  args = \"test\"\n}\n\n# Filter for a new tag\naction \"Tag\" {\n  needs = \"Test\"\n  uses = \"actions/bin/filter@master\"\n  args = \"tag\"\n}\n\naction \"Publish\" {\n  needs = \"Tag\"\n  uses = \"nuxt/actions-yarn@master\"\n  args = \"publish --access public\"\n  secrets = [\"NPM_AUTH_TOKEN\"]\n}\n```\n\n## Node Versions\n\nSpecify different branch name in `uses` to leverage node version.\n\n```hcl\naction \"Build\" {\n  uses = \"nuxt/actions-yarn@node-11\"\n  args = \"install\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Factions-yarn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt%2Factions-yarn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Factions-yarn/lists"}