Skip to content

Bump react-devtools-core from 4.27.1 to 4.28.4 #24

Bump react-devtools-core from 4.27.1 to 4.28.4

Bump react-devtools-core from 4.27.1 to 4.28.4 #24

Workflow file for this run

name: Checks if test cases pass
on:
- pull_request
jobs:
lint:
name: Static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Run test
run: yarn test