Skip to content

Bump react-devtools-core from 4.28.0 to 4.28.4 in /example (#332) #221

Bump react-devtools-core from 4.28.0 to 4.28.4 in /example (#332)

Bump react-devtools-core from 4.28.0 to 4.28.4 in /example (#332) #221

Workflow file for this run

name: Node tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Run lib tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test