Skip to content

Add deprecation notice to README #135

Add deprecation notice to README

Add deprecation notice to README #135

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test