Skip to content

chore(devDependency): Update dependency @types/marked from v5.0.2 to v6 #1775

chore(devDependency): Update dependency @types/marked from v5.0.2 to v6

chore(devDependency): Update dependency @types/marked from v5.0.2 to v6 #1775

name: Build and test
on:
pull_request:
push:
branches:
- 'master'
jobs:
test_build:
name: Unit test and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm run type-check
- run: npm run lint