Skip to content

Commit

Permalink
Merge branch 'master' into ubuntu-24.04-default
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 26, 2024
2 parents 5e2a464 + ea45def commit 05b33d7
Show file tree
Hide file tree
Showing 51 changed files with 1,783 additions and 1,301 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 cypress@13.14.2 --save-dev
run: npm install cypress@13.15.0 --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,6 +8,6 @@
},
"private": true,
"devDependencies": {
"cypress": "13.14.2"
"cypress": "13.15.0"
}
}
Loading

0 comments on commit 05b33d7

Please sign in to comment.