Skip to content

chore(deps): bump @types/react-dom from 18.0.11 to 18.2.7 in /frontend #730

chore(deps): bump @types/react-dom from 18.0.11 to 18.2.7 in /frontend

chore(deps): bump @types/react-dom from 18.0.11 to 18.2.7 in /frontend #730

Workflow file for this run

name: build-frontend
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: v18.14.2
- 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