Skip to content

Updated NPM configuration #3

Updated NPM configuration

Updated NPM configuration #3

Workflow file for this run

on:
push:
pull_request:
jobs:
tsc:
name: tsc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v12
uses: actions/setup-node@v1
with:
node-version: 12
- name: tsc
uses: icrawl/action-tsc@v1