Skip to content

Commit d5d4c90

Browse files
authoredAug 29, 2023
feat(deps): update cypress to 13.0.0 (#1012)
1 parent cda4525 commit d5d4c90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+714
-704
lines changed
 

‎.github/workflows/example-install-only.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
3131

3232
- name: Install Cypress 📥
33-
run: npm i cypress@12.17.4
33+
run: npm i cypress@13.0.0
3434

3535
- name: Cypress tests 🧪
3636
uses: ./

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ See [Releases](https://github.com/cypress-io/github-action/releases) for full de
66

77
| Version | Changes |
88
| ------- | ------------------------------------------------------------------------------------------------------------------------------------ |
9+
| v6.2.0 | Examples updated to Cypress 13 |
10+
| v6.1.0 | Examples for Cypress 9 archived in action's [v5](https://github.com/cypress-io/github-action/tree/v5) branch |
911
| v6.0.0 | Action runs under Node.js 20 instead of Node.js 16. |
1012
| v5.8.1 | Examples remove Node.js 19. End of support for Node.js 19. |
1113
| v5.8.0 | Add GitHub step output `resultsUrl`. Deprecate `dashboardUrl`. |

0 commit comments

Comments
 (0)
Please sign in to comment.