Skip to content

Commit 69a0c7c

Browse files
authored
test: complete cypress@15.16.0 update (cypress-io#1778)
1 parent e487d96 commit 69a0c7c

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
3232

3333
- name: Install Cypress 📥
34-
run: npm install cypress@15.12.0 --save-dev
34+
run: npm install cypress@15.16.0 --save-dev
3535

3636
- name: Cypress tests 🧪
3737
uses: ./ # if copying, replace with cypress-io/github-action@v7
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
enableScripts: true
22

33
npmMinimalAgeGate: 3d
4+
45
npmPreapprovedPackages:
56
- cypress

examples/yarn-modern/.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ enableScripts: true
33
nodeLinker: node-modules
44

55
npmMinimalAgeGate: 3d
6+
67
npmPreapprovedPackages:
78
- cypress

0 commit comments

Comments
 (0)