Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 6498d74

Browse files
chore(deps): update dependency cypress to version 13.7.1 🌟 (#301)
* chore(deps): update cypress to 13.7.1 🌟 * update circle to remove deprecated executors and update to node 20 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: AtofStryker <bglesias@gmail.com>
1 parent 5bc4d55 commit 6498d74

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

β€Ž.node-versionβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.1
1+
20.11.1

β€Žcircle.ymlβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ orbs:
88
win: circleci/windows@5
99

1010
executors:
11-
node18-lts:
11+
node20-lts:
1212
docker:
13-
- image: cypress/base:18.16.1
13+
- image: cypress/base:20.11.1
1414
mac:
1515
macos:
16-
xcode: "14.3.1"
17-
resource_class: macos.x86.medium.gen2
16+
xcode: "15.3.0"
17+
resource_class: macos.m1.medium.gen1
1818

1919
jobs:
2020
lint:
21-
executor: node18-lts
21+
executor: node20-lts
2222
steps:
2323
- attach_workspace:
2424
at: ~/
@@ -29,7 +29,7 @@ workflows:
2929
build:
3030
jobs:
3131
- cypress/run:
32-
executor: node18-lts
32+
executor: node20-lts
3333
name: Linux test
3434
record: true
3535
start: npm start

β€Žpackage-lock.jsonβ€Ž

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"axe-core": "4.7.2",
4141
"browserify": "^16.2.3",
4242
"cross-env": "7.0.3",
43-
"cypress": "13.7.0",
43+
"cypress": "13.7.1",
4444
"cypress-axe": "1.5.0",
4545
"eslint": "7.32.0",
4646
"eslint-plugin-cypress-dev": "3.0.0",

0 commit comments

Comments
Β (0)