Skip to content

chore(deps): update dependency @types/react to v17.0.82 #1230

chore(deps): update dependency @types/react to v17.0.82

chore(deps): update dependency @types/react to v17.0.82 #1230

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
- run: yarn codegen
- run: yarn workspace app run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
- run: yarn workspace app run lint