circleci-orb icon indicating copy to clipboard operation
circleci-orb copied to clipboard

Docs for running with a specified node-version doesn't show how to change node version

Open laurie-wrisk opened this issue 1 year ago • 13 comments

The docs here: https://circleci.com/developer/orbs/orb/cypress-io/cypress#usage-node-version, says this is the way to change the node version for the orb:

version: '2.1'
orbs:
  cypress: cypress-io/cypress@3
workflows: null

But node version isn't specified anywhere here

laurie-wrisk avatar Jun 03 '24 12:06 laurie-wrisk