Skip to content

Stream headers for maxage #15

Stream headers for maxage

Stream headers for maxage #15

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install
- run: npm run test