circleci-orb
circleci-orb copied to clipboard
Docs for running with a specified node-version doesn't show how to change node version
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