version: 2.1 description: Sample orb description display: home_url: "https://www.website.com/docs" source_url: "https://www.github.com/EXAMPLE_ORG/EXAMPLE_PROJECT" orbs: gh: circleci/github-cli@1.0 slack: circleci/slack@4.2.1 executors: my-executor: description: > This is a sample executor using Docker and Node. If you want to provide a custom environment in your orb, insert your image here. If you do not require an executor, you can simply delete this directory. docker: - image: 'cimg/node:<>' parameters: tag: default: lts description: > Pick a specific cimg/node image variant: https://hub.docker.com/r/cimg/node/tags type: string