Skip to content

Project: include types, update readme and remove unused functions #13

Project: include types, update readme and remove unused functions

Project: include types, update readme and remove unused functions #13

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
tags:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- name: Compile TS
run: npm run compileTs --if-present
- name: Build
run: npm run build --if-present
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: TMS.js
path: ./Compile/