Skip to content

feat: add support for proof of absence in certificate lookups #27

feat: add support for proof of absence in certificate lookups

feat: add support for proof of absence in certificate lookups #27

Workflow file for this run

name: NPM Audit
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
ghc: ['8.8.4']
node:
- 22
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm audit