Skip to content

feat: options.id can be set to Client ID (#107) #335

feat: options.id can be set to Client ID (#107)

feat: options.id can be set to Client ID (#107) #335

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
npmCi:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm test