Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

docs: add deprecation notice #98

docs: add deprecation notice

docs: add deprecation notice #98

Workflow file for this run

name: test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install Dependencies
run: npm install
- name: Test
run: npm run test
- name: Lint
run: npm run lint