Skip to content

Bump happy-dom from 12.1.2 to 15.10.2 #78

Bump happy-dom from 12.1.2 to 15.10.2

Bump happy-dom from 12.1.2 to 15.10.2 #78

Workflow file for this run

name: Build
on:
pull_request:
jobs:
test-and-build:
runs-on: ubuntu-latest
permissions:
# Required to checkout the code
contents: read
# Required to put a comment into the pull-request
pull-requests: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- run: yarn
- run: yarn test:coverage
- name: "Report Coverage"
if: always() # Also generate the report if tests are failing
uses: davelosert/vitest-coverage-report-action@v2
- run: yarn build