Skip to content

Commit

Permalink
chore(deps): update cypress to 12.17.3 (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Aug 2, 2023
1 parent 4ffa371 commit 92954d1
Show file tree
Hide file tree
Showing 44 changed files with 3,138 additions and 1,740 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-install-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}

- name: Install Cypress 📥
run: npm i [email protected].2
run: npm i [email protected].3

- name: Cypress tests 🧪
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "12.17.2"
"cypress": "12.17.3"
}
}
123 changes: 76 additions & 47 deletions examples/basic-pnpm/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 92954d1

Please sign in to comment.