Skip to content

Stop claiming a fleet-wide demo count this page cannot see #27

Stop claiming a fleet-wide demo count this page cannot see

Stop claiming a fleet-wide demo count this page cannot see #27

Workflow file for this run

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