Skip to content

chore(deps-dev): bump happy-dom from 20.0.0 to 20.0.2 (#101) #18

chore(deps-dev): bump happy-dom from 20.0.0 to 20.0.2 (#101)

chore(deps-dev): bump happy-dom from 20.0.0 to 20.0.2 (#101) #18

Workflow file for this run

name: Tests unit
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: corepack enable
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: lts/-1
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm run test:unit
- name: Lint project
run: pnpm run lint
- name: Typecheck project
run: pnpm run typecheck