Skip to content

chore(deps-dev): bump typedoc from 0.26.10 to 0.27.5 #844

chore(deps-dev): bump typedoc from 0.26.10 to 0.27.5

chore(deps-dev): bump typedoc from 0.26.10 to 0.27.5 #844

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20.12.1
uses: actions/setup-node@v1
with:
node-version: 20.12.1
- name: npm install
run: npm install
- name: lint
run: npm run lint