Skip to content

Commit

Permalink
chore(deps): update dependency cypress to version 13.7.1 🌟 (#301)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and AtofStryker committed Mar 22, 2024
1 parent 5bc4d55 commit 6498d74
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
20.11.1
12 changes: 6 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ orbs:
win: circleci/windows@5

executors:
node18-lts:
node20-lts:
docker:
- image: cypress/base:18.16.1
- image: cypress/base:20.11.1
mac:
macos:
xcode: "14.3.1"
resource_class: macos.x86.medium.gen2
xcode: "15.3.0"
resource_class: macos.m1.medium.gen1

jobs:
lint:
executor: node18-lts
executor: node20-lts
steps:
- attach_workspace:
at: ~/
Expand All @@ -29,7 +29,7 @@ workflows:
build:
jobs:
- cypress/run:
executor: node18-lts
executor: node20-lts
name: Linux test
record: true
start: npm start
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"axe-core": "4.7.2",
"browserify": "^16.2.3",
"cross-env": "7.0.3",
"cypress": "13.7.0",
"cypress": "13.7.1",
"cypress-axe": "1.5.0",
"eslint": "7.32.0",
"eslint-plugin-cypress-dev": "3.0.0",
Expand Down

0 comments on commit 6498d74

Please sign in to comment.