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 install
andnpm test
using 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)