Skip to content

Bump rollup from 4.21.3 to 4.22.4 in /Frontend #296

Bump rollup from 4.21.3 to 4.22.4 in /Frontend

Bump rollup from 4.21.3 to 4.22.4 in /Frontend #296

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
backend-tests:
name: Backend unit tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./Backend
permissions:
contents: read
pull-requests: read
checks: write
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test