Skip to content

chore(deps): update dependency flow-bin to v0.231.0 #667

chore(deps): update dependency flow-bin to v0.231.0

chore(deps): update dependency flow-bin to v0.231.0 #667

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 14
- name: yarn
run: yarn --frozen-lockfile
- name: flow
run: yarn run flow
- name: test
run: yarn run test