Skip to content

Introduce thread safety for IndexedDBEngine #7

Introduce thread safety for IndexedDBEngine

Introduce thread safety for IndexedDBEngine #7

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test