Skip to content

ttl for lru cache needs to be in milliseconds #90

ttl for lru cache needs to be in milliseconds

ttl for lru cache needs to be in milliseconds #90

Workflow file for this run

name: QA
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci --prefer-offline
- run: npm run codegen
- run: npm run lint
- run: npm run typecheck