Buildkite Node.js Example
This repository is an example Buildkite pipeline that runs tests for a Node.js project.
See the full Getting Started Guide for step-by-step instructions on how to get this running.
How it works
This example:
- Runs
npm installandnpm testusing Node.js - Assumes Node.js is already available on the agent machine
π‘ If you prefer to use Docker instead of installing Node.js directly, check out the Node.js Docker Example.
License
See LICENSE.md (MIT)



