Skip to content

Commit

Permalink
docs: add pnpm and yarn to intro
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Apr 27, 2023
1 parent af92f84 commit 8c3d473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cypress-io/github-action [![Action status][ci-badge]][ci-workflow] [![cypress][cloud-badge]][cloud-project] [![renovate-app badge][renovate-badge]][renovate-bot]

> [GitHub Action](https://docs.github.com/en/actions) for running [Cypress](https://www.cypress.io) end-to-end and component tests. Includes npm installation, custom caching and lots of configuration options.
> [GitHub Action](https://docs.github.com/en/actions) for running [Cypress](https://www.cypress.io) end-to-end and component tests. Includes npm, pnpm and Yarn installation, custom caching and lots of configuration options.
## Examples

Expand Down Expand Up @@ -1461,7 +1461,7 @@ See [Releases](https://github.com/cypress-io/github-action/releases) for full de
| Version | Changes |
| ------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| v5 | Examples and workflows additionally use Node.js 18. Use of the end-of-life Node.js version 12 in examples and workflows is removed. |
| v4.2.0 | Support for pnpm added. |
| v4.2.0 | Support for pnpm added. |
| v4 | Support for Cypress 10 and later versions is added. |
| v3 | Action runs under Node.js 16 instead of Node.js 12. |
| v2 | Cypress runs using the [Module API](https://docs.cypress.io/guides/guides/module-api) instead of being started via the command line. |
Expand Down

0 comments on commit 8c3d473

Please sign in to comment.