Skip to content

updated package.json to fix ES6 module import warning (#152) #226

updated package.json to fix ES6 module import warning (#152)

updated package.json to fix ES6 module import warning (#152) #226

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run lint
- run: npm run test:ci