Skip to content

chore(deps): update dependency happy-dom to v20 [security] #2067

chore(deps): update dependency happy-dom to v20 [security]

chore(deps): update dependency happy-dom to v20 [security] #2067

Workflow file for this run

name: TypeDoc
on:
- push
jobs:
build-deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- name: Switch node version
shell: bash -l {0}
run: nvm install
- name: Install
run: npm ci
- name: TypeDoc
run: npm run typedoc
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.8.0
with:
branch: gh-pages
folder: typedocs
clean: true
dry-run: ${{ github.ref != 'refs/heads/main' }}