Skip to content

Commit

Permalink
ci(deps): update test-deploy to node 20.15.1 LTS (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 25, 2024
1 parent ca49a0e commit 9910924
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
install-and-persist:
executor:
name: cypress/default
node-version: "20.6.0"
node-version: "20.15.1"
steps:
- cypress/install:
working-directory: examples/angular-app
Expand All @@ -23,7 +23,7 @@ jobs:
- project
run-ct-tests-in-chrome:
docker:
- image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
- image: cypress/browsers:node-20.15.1-chrome-126.0.6478.126-1-ff-128.0-edge-126.0.2592.102-1
parallelism: 2
steps:
- run: echo "This step assumes dependencies were installed using the cypress/install job"
Expand All @@ -34,7 +34,7 @@ jobs:
cypress-command: "npx cypress run --component --parallel --record --group 2x-chrome --browser chrome"
run-ct-tests-in-firefox:
docker:
- image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
- image: cypress/browsers:node-20.15.1-chrome-126.0.6478.126-1-ff-128.0-edge-126.0.2592.102-1
parallelism: 2
steps:
- run: echo "This step assumes dependencies were installed using the cypress/install job"
Expand All @@ -45,7 +45,7 @@ jobs:
cypress-command: "npx cypress run --component --parallel --record --group 2x-firefox --browser firefox"
run-ct-tests-in-edge:
docker:
- image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
- image: cypress/browsers:node-20.15.1-chrome-126.0.6478.126-1-ff-128.0-edge-126.0.2592.102-1
parallelism: 2
steps:
- run: echo "This step assumes dependencies were installed using the cypress/install job"
Expand Down

0 comments on commit 9910924

Please sign in to comment.