Skip to content

Commit

Permalink
chore(deps): update cypress to 14.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Feb 12, 2025
1 parent c04886b commit 9909461
Show file tree
Hide file tree
Showing 47 changed files with 2,529 additions and 1,730 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 @@ -30,7 +30,7 @@ jobs:
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}

- name: Install Cypress 📥
run: npm install [email protected].2 --save-dev
run: npm install [email protected].3 --save-dev

- 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,7 +8,7 @@
},
"private": true,
"devDependencies": {
"cypress": "14.0.2"
"cypress": "14.0.3"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
26 changes: 13 additions & 13 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 9909461

Please sign in to comment.