Skip to content

fix(modeling): added fromNoisyPoints() to plane #703

fix(modeling): added fromNoisyPoints() to plane

fix(modeling): added fromNoisyPoints() to plane #703

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