Skip to content

chore(deps): bump next from 13.4.19 to 14.0.1 in /frontend #66

chore(deps): bump next from 13.4.19 to 14.0.1 in /frontend

chore(deps): bump next from 13.4.19 to 14.0.1 in /frontend #66

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