Skip to content

build(deps-dev): bump typedoc-plugin-markdown from 4.7.0 to 4.8.0 #666

build(deps-dev): bump typedoc-plugin-markdown from 4.7.0 to 4.8.0

build(deps-dev): bump typedoc-plugin-markdown from 4.7.0 to 4.8.0 #666

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
run: |
yarn install
yarn build
yarn test
env:
CI: true