Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.2.2 in /frontend #2238

chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.2.2 in /frontend

chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.2.2 in /frontend #2238

name: build-frontend
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: v20.16.0
- name: Install dependencies
working-directory: ./frontend
run: npm ci
- name: Build
working-directory: ./frontend
run: npm run build
- name: Run tests
working-directory: ./frontend
run: npm test