Skip to content

build(deps-dev): bump happy-dom from 14.12.0 to 15.10.2 #103

build(deps-dev): bump happy-dom from 14.12.0 to 15.10.2

build(deps-dev): bump happy-dom from 14.12.0 to 15.10.2 #103

Workflow file for this run

name: Test and build
on:
push:
branches-ignore:
- master
env:
CI: true
jobs:
test-and-build:
name: Test and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test:coverage
- name: Build
run: npm run build