Skip to content

Bump mixpanel from 0.14.0 to 0.18.0 #1086

Bump mixpanel from 0.14.0 to 0.18.0

Bump mixpanel from 0.14.0 to 0.18.0 #1086

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm test
env:
CI: true