Skip to content

Updating package version #58

Updating package version

Updating package version #58

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install Packages
run: npm install
- name: Run tests
run: npm run test
- name: Run tslint
run: npm run tslint