Skip to content

chore(deps-dev): bump happy-dom from 13.3.8 to 15.10.2 #30786

chore(deps-dev): bump happy-dom from 13.3.8 to 15.10.2

chore(deps-dev): bump happy-dom from 13.3.8 to 15.10.2 #30786

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
branches:
- develop
jobs:
unit-tests:
runs-on: ubuntu-latest
timeout-minutes: 6
strategy:
fail-fast: true
matrix:
node: [18]
name: Unit tests (Jest)
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install dependencies
uses: './.github/actions/install-deps'
- name: Run tests
run: pnpm test:ci