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

docs: add deprecation notice to README #35

docs: add deprecation notice to README

docs: add deprecation notice to README #35

name: Test & Build
on: [push, pull_request]
env:
CI: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- run: node --version
- run: npm --version
- name: Install npm dependencies
run: npm install
- name: Build
run: npm run build
- name: Run tests
run: npm test
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- run: node --version
- run: npm --version
- name: Install npm dependencies
run: npm install
- name: Build
run: npm run build