Skip to content

Commit 733db94

Browse files
authored
chore(deps): update cypress to 12.9.0 (#856)
1 parent d7cc252 commit 733db94

Some content is hidden

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

46 files changed

+596
-597
lines changed

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

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

6565
- name: Install Cypress 📥
66-
run: npm i cypress@12.8.1
66+
run: npm i cypress@12.9.0
6767

6868
- name: Cypress tests 🧪
6969
uses: ./

examples/basic-pnpm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"license": "ISC",
1111
"private": true,
1212
"devDependencies": {
13-
"cypress": "12.8.1"
13+
"cypress": "12.9.0"
1414
}
1515
}

0 commit comments

Comments
 (0)