Skip to content

Commit

Permalink
chore(deps): update dependency cypress to version 13.0.0 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding authored Aug 29, 2023
1 parent b2c324d commit 5fa1d95
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 159 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ orbs:
win: circleci/windows@1

executors:
node12-lts:
node18-lts:
docker:
- image: cypress/base:12
- image: cypress/base:18
mac:
macos:
xcode: "13.0.0"

jobs:
lint:
executor: node12-lts
executor: node18-lts
steps:
- attach_workspace:
at: ~/
Expand All @@ -29,7 +29,7 @@ workflows:
build:
jobs:
- cypress/run:
executor: node12-lts
executor: node18-lts
name: Linux test
record: true
start: npm start
Expand Down
Loading

0 comments on commit 5fa1d95

Please sign in to comment.