Skip to content

Bump typescript from 5.0.2 to 5.1.6 in /ui #185

Bump typescript from 5.0.2 to 5.1.6 in /ui

Bump typescript from 5.0.2 to 5.1.6 in /ui #185

Workflow file for this run

name: ui-lint
on:
push:
paths:
- 'ui/**'
- 'proto/**'
- '.github/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
cache-dependency-path: ui/yarn.lock
- run: cd ui && yarn
- run: cd ui && yarn lint