Skip to content

docs: update example to ESM + improve API docs (#5) #13

docs: update example to ESM + improve API docs (#5)

docs: update example to ESM + improve API docs (#5) #13

Workflow file for this run

name: Validate
on: [push, pull_request, workflow_call]
jobs:
validate:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run validate