Skip to content

chore(deps): bump react and @types/react #295

chore(deps): bump react and @types/react

chore(deps): bump react and @types/react #295

Workflow file for this run

name: pull request
on:
pull_request:
branches:
- master
jobs:
release:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: installing
run: npm ci
- name: building
run: npm run build