Skip to content

ExtensionEngine/pipeline-core-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.