/pipeline-core-orb

An orb to facilitate Node.js work within Studion CircleCI pipelines

Primary LanguageShellMIT LicenseMIT

Core Orb CircleCI Build Status CircleCI Orb Version GitHub License CircleCI Community

An orb to facilitate Node.js work within Studion CircleCI pipelines. Inspired by CircleCI Node Orb.
Key features:

  • Support for pnpm using Corepack, and npm
  • Ensure the specific version/tag of the package manager is installed
  • The default value of the package manager is picked from the environment
  • Install dependencies with caching enabled by default
  • Run scripts defined inside a package.json using a command for better composition
  • Can only run in execution environments with Node.js pre-installed

Usage

See the official registry page of this orb for guidelines and examples.