Skip to content

feat(donate): optional support-development panel + per-call stats ref… #7

feat(donate): optional support-development panel + per-call stats ref…

feat(donate): optional support-development panel + per-call stats ref… #7

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test