Skip to content

build(deps-dev): bump prettier from 3.3.3 to 3.4.2 #996

build(deps-dev): bump prettier from 3.3.3 to 3.4.2

build(deps-dev): bump prettier from 3.3.3 to 3.4.2 #996

Workflow file for this run

name: Unit tests
on: push
# Declare default permissions as read only.
permissions: read-all
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test