Skip to content

build(deps): Bump @netwerk-digitaal-erfgoed/network-of-terms-catalog from 9.9.0 to 9.11.0 #114

build(deps): Bump @netwerk-digitaal-erfgoed/network-of-terms-catalog from 9.9.0 to 9.11.0

build(deps): Bump @netwerk-digitaal-erfgoed/network-of-terms-catalog from 9.9.0 to 9.11.0 #114

Workflow file for this run

name: QA
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run compile