Skip to content

chore(deps-dev): bump typedoc from 0.25.12 to 0.26.6 #284

chore(deps-dev): bump typedoc from 0.25.12 to 0.26.6

chore(deps-dev): bump typedoc from 0.25.12 to 0.26.6 #284

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
nodejs: [14]
steps:
- uses: actions/checkout@v2
# https://github.com/actions/setup-node
- uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.nodejs }}
- run: yarn
- run: yarn add -D esbuild
- run: yarn test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: Node.js ${{ matrix.node }}