Skip to content

chore: canonical 0BSD license text and version bump to 1.4.3 (#14) #28

chore: canonical 0BSD license text and version bump to 1.4.3 (#14)

chore: canonical 0BSD license text and version bump to 1.4.3 (#14) #28

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run build
- run: npm test