Skip to content

feat: add support for multiple trusted public keys #6

feat: add support for multiple trusted public keys

feat: add support for multiple trusted public keys #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18.x", "20.x", "22.x"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Run tests
run: node --test authforge.test.mjs