Skip to content

docs(timestamp): clarify timestamp = delivery/feed-freshness (Optic… #40

docs(timestamp): clarify timestamp = delivery/feed-freshness (Optic…

docs(timestamp): clarify timestamp = delivery/feed-freshness (Optic… #40

Workflow file for this run

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