Skip to content

Commit 1293778

Browse files
chore: update to Cypress 14 and from node 20 to node 22 (#338)
* chore: update to Cypress 14 and from node 20 to node 22 * chore: update cypress to 14.0.1 --------- Co-authored-by: Jennifer Shehane <[email protected]>
1 parent bab7afa commit 1293778

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
22.13.0

circle.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ orbs:
88
win: circleci/windows@5
99

1010
executors:
11-
node20-lts:
11+
node22-lts:
1212
docker:
13-
- image: cypress/base:20.11.1
13+
- image: cypress/base:22.13.0
1414
mac:
1515
macos:
1616
xcode: "15.3.0"
1717
resource_class: macos.m1.medium.gen1
1818

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

package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"axe-core": "4.10.2",
4141
"browserify": "^16.2.3",
4242
"cross-env": "7.0.3",
43-
"cypress": "13.17.0",
43+
"cypress": "14.0.1",
4444
"cypress-axe": "1.6.0",
4545
"eslint": "7.32.0",
4646
"eslint-plugin-cypress-dev": "3.0.0",

0 commit comments

Comments
 (0)