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

Officially deprecate app and repository #170

Officially deprecate app and repository

Officially deprecate app and repository #170

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
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 ci, and test
run: |
npm ci
npm test