Skip to content

fix(modeling): create scission.d.ts and update index.d.ts #718

fix(modeling): create scission.d.ts and update index.d.ts

fix(modeling): create scission.d.ts and update index.d.ts #718

Workflow file for this run

name: Node workflow
on:
push:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16' ]
name: Node ${{ matrix.node }} test
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run test:tsd