Skip to content

fix(deps): update dependency chalk to v5 #817

fix(deps): update dependency chalk to v5

fix(deps): update dependency chalk to v5 #817

Workflow file for this run

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