Skip to content

Bump react-devtools-core from 4.8.2 to 4.28.4 #89

Bump react-devtools-core from 4.8.2 to 4.28.4

Bump react-devtools-core from 4.8.2 to 4.28.4 #89

Workflow file for this run

name: Pull Request Validation
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: TypeScript
run: yarn tsc
- name: Test
run: yarn test
- name: Build
run: yarn build