Skip to content

Bump react and @types/react #164

Bump react and @types/react

Bump react and @types/react #164

Workflow file for this run

name: Pull Request Workflow
on: pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test
- name: Lint
run: npm run lint