Skip to content

chore: update text in deprecation notice #1562

chore: update text in deprecation notice

chore: update text in deprecation notice #1562

Workflow file for this run

name: Test CI
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn
- run: yarn lint:check
- run: yarn pretty:check