Skip to content

build(deps-dev): bump typedoc from 0.27.5 to 0.27.6 #379

build(deps-dev): bump typedoc from 0.27.5 to 0.27.6

build(deps-dev): bump typedoc from 0.27.5 to 0.27.6 #379

Workflow file for this run

name: Build test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: sudo apt-get update
- name: Install dependencies for headless-gl
run: sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config
- run: npm ci
- run: npm run buildTS
- run: xvfb-run --auto-servernum npx vitest --run