Skip to content

chore(deps): update dependency typedoc to v0.25.13 (#148) #243

chore(deps): update dependency typedoc to v0.25.13 (#148)

chore(deps): update dependency typedoc to v0.25.13 (#148) #243

name: Build and test project πŸ—πŸ’‰
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Run the tests πŸ‘€
run: yarn test
- name: Verify that documentation can be created πŸ“–
run: yarn generate-html-docs