Skip to content

fix bug where non-typed responses are not evicted by query TTL #195

fix bug where non-typed responses are not evicted by query TTL

fix bug where non-typed responses are not evicted by query TTL #195

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16' ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run build
- run: npm run test