Skip to content

chore(deps-dev): bump fsevents from 1.2.4 to 1.2.13 in /packages/koch… #139

chore(deps-dev): bump fsevents from 1.2.4 to 1.2.13 in /packages/koch…

chore(deps-dev): bump fsevents from 1.2.4 to 1.2.13 in /packages/koch… #139

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: yarn
- run: yarn lerna bootstrap
- run: yarn cov
- uses: codecov/codecov-action@v1