Skip to content

fixup! Bump next from 13.3.4 to 14.0.3 in /frontend #1006

fixup! Bump next from 13.3.4 to 14.0.3 in /frontend

fixup! Bump next from 13.3.4 to 14.0.3 in /frontend #1006

Workflow file for this run

name: frontend
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup yarn
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
cache-dependency-path: frontend/yarn.lock
- name: Install npm modules
run: yarn
working-directory: frontend
- name: Run prettier, lint, jest checks
run: yarn test
working-directory: frontend