Skip to content

chore: update dependency happy-dom to v15 #881

chore: update dependency happy-dom to v15

chore: update dependency happy-dom to v15 #881

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci --ignore-scripts
- run: npm run bundle:library
- run: npm run build:showcase
- run: npm run build:storybook
- run: npm run report:size:library