github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/circle/testdata/orbs/example1.yaml (about) 1 # https://circleci.com/docs/orb-intro/#benefits-of-using-orbs 2 3 version: 2.1 4 5 orbs: 6 node: circleci/node@x.y # replace orb version https://circleci.com/developer/orbs/orb/circleci/node#quick-start 7 8 workflows: 9 test_my_app: 10 jobs: 11 - node/test: 12 version: <node-version> # replace node version