Skip to content

Bump react-devtools-core from 4.26.1 to 4.28.5 #76

Bump react-devtools-core from 4.26.1 to 4.28.5

Bump react-devtools-core from 4.26.1 to 4.28.5 #76

Workflow file for this run

on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Yarn install
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --cwd example --frozen-lockfile
- run: yarn install --frozen-lockfile
- run: yarn typescript
- run: yarn lint