Skip to content

fix new typescript errors #10

fix new typescript errors

fix new typescript errors #10

Workflow file for this run

name: master build test
on:
pull_request:
branches: [ master ]
paths: [ '**.ts', '**.json' ]
push:
branches: [ master ]
paths: [ '**.ts', '**.json' ]
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: versions
run: |
npm -v
tsc -v
- run: npm ci