Skip to content

build(deps-dev): bump @types/node from 18.15.3 to 20.4.1 in /backend #309

build(deps-dev): bump @types/node from 18.15.3 to 20.4.1 in /backend

build(deps-dev): bump @types/node from 18.15.3 to 20.4.1 in /backend #309

Workflow file for this run

name: Tests Frontend
on: [push]
jobs:
vitest-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Compile
run: cd frontend && yarn
- name: Build
run: cd frontend && yarn build
- name: Vitest run
run: cd frontend && yarn test