Skip to content

[Snyk] Upgrade @types/react from 17.0.70 to 17.0.80 #152

[Snyk] Upgrade @types/react from 17.0.70 to 17.0.80

[Snyk] Upgrade @types/react from 17.0.70 to 17.0.80 #152

Workflow file for this run

name: Build-and-Test
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Setup Yarn Env
run: yarn
- name: Build
run: yarn build
- name: Unit Test
run: yarn test:ci