Skip to content

build(deps-dev): bump react-devtools-core from 4.28.0 to 4.28.4 (#72) #197

build(deps-dev): bump react-devtools-core from 4.28.0 to 4.28.4 (#72)

build(deps-dev): bump react-devtools-core from 4.28.0 to 4.28.4 (#72) #197

Workflow file for this run

name: Testing
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
name: Testing
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: NPM Install
run: npm ci
- name: Linting
run: npm run lint
- name: Typing
run: npm run typescript
- name: Testing
run: npm run test --coverage
- name: Prepare Build
run: npm run build