Skip to content

Fix esbuild devdep conflicts #170

Fix esbuild devdep conflicts

Fix esbuild devdep conflicts #170

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build & test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, v18.16.0, '*']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install --no-package-lock
- run: npm run build
- run: npm test
- name: Deploy docs
if: github.ref == 'refs/heads/main' && matrix.node-version == 'v18.16.0'
uses: JamesIves/github-pages-deploy-action@v4.2.2
with:
single-commit: true
branch: gh-pages
folder: typedoc