Skip to content

chore(deps): bump @types/node from 20.6.0 to 20.8.4 in /frontend #46

chore(deps): bump @types/node from 20.6.0 to 20.8.4 in /frontend

chore(deps): bump @types/node from 20.6.0 to 20.8.4 in /frontend #46

name: Build and Lint frontend
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
working-directory: frontend
- run: yarn build
working-directory: frontend