Skip to content

Bump typescript from 5.1.6 to 5.2.2 in /dashboard #2134

Bump typescript from 5.1.6 to 5.2.2 in /dashboard

Bump typescript from 5.1.6 to 5.2.2 in /dashboard #2134

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install and Build
run: |
cd dashboard
yarn install
yarn build