cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

ci: remove unused node orb from circle.yml #1149

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 1 month ago

Issue

The CircleCI workflow circle.yml selects the circleci/node@5.0.0 Orb which is however otherwise unused in the workflow:

orbs:
    node: circleci/node@5.0.0

Change

Remove the unused CircleCI Orb from the CircleCI workflow circle.yml.

cypress-app-bot commented 1 month ago