Skip to content

chore: Sync lock file after 'npm i --legacy-peer-deps' from fresh #269

chore: Sync lock file after 'npm i --legacy-peer-deps' from fresh

chore: Sync lock file after 'npm i --legacy-peer-deps' from fresh #269

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
- run: npm install
- run: npm run test
- run: npm run build