Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.31 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.31 KB

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 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
  • Use Docker executor with integrated Infisical for secure secret retrieval
  • Can only run in execution environments with Node.js pre-installed

Usage

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