Skip to content

WIP convert to TS

WIP convert to TS #603

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build_on_win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 16
- name: install dependencies
run: npm install
- name: build
run: npm run make