Skip to content

Bump @types/node from 18.17.0 to 20.4.8 in /dashboard #2094

Bump @types/node from 18.17.0 to 20.4.8 in /dashboard

Bump @types/node from 18.17.0 to 20.4.8 in /dashboard #2094

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