Skip to content

Commit 05b33d7

Browse files
authored
Merge branch 'master' into ubuntu-24.04-default
2 parents 5e2a464 + ea45def commit 05b33d7

Some content is hidden

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

51 files changed

+1783
-1301
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 install cypress@13.14.2 --save-dev
33+
run: npm install cypress@13.15.0 --save-dev
3434

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

examples/basic-pnpm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"private": true,
1010
"devDependencies": {
11-
"cypress": "13.14.2"
11+
"cypress": "13.15.0"
1212
}
1313
}

0 commit comments

Comments
 (0)