Skip to content

Update rxjs peer dependency to include rxjs 7.x #87

Update rxjs peer dependency to include rxjs 7.x

Update rxjs peer dependency to include rxjs 7.x #87

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
env:
CI: true