Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

docs: add deprecation message to readme #65

docs: add deprecation message to readme

docs: add deprecation message to readme #65

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, and lint
run: |
npm i
npm run lint
env:
CI: true