sudo: false
git:
depth: 3
branches:
only:
- next
- master
language: node_js
node_js:
- lts/*
- node
os:
- linux
# - windows
cache:
npm: true
stages:
- test
jobs:
include:
# - stage: lint ✨
# script: npm run lint
- stage: test 👩🏽💻
script: npm run test:cov