Skip to content

chore(deps): bump react-devtools-core from 4.14.0 to 4.28.4 in /example #200

chore(deps): bump react-devtools-core from 4.14.0 to 4.28.4 in /example

chore(deps): bump react-devtools-core from 4.14.0 to 4.28.4 in /example #200

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: '14.x'
- run: |
yarn
yarn cov
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}