Skip to content

chore(deps-dev): bump typedoc from 0.23.28 to 0.25.0 #178

chore(deps-dev): bump typedoc from 0.23.28 to 0.25.0

chore(deps-dev): bump typedoc from 0.23.28 to 0.25.0 #178

Workflow file for this run

name: CI workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16, 18]
name: Test on node version ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Run tests
run: npm run test