evrythng
Version:
Official Javascript SDK for the EVRYTHNG API.
20 lines (19 loc) • 409 B
YAML
version: 2.1
jobs:
build:
docker:
- image: node:10.16-alpine
steps:
- checkout
- run:
name: 'Install dependencies'
command: 'npm ci'
- run:
name: 'Build SDK'
command: 'npm run build'
- run:
name: 'Audit dependencies'
command: 'npm audit'
- run:
name: 'Run tests'
command: 'npm test'