Skip to content

rewrite redot on top of ts-graphviz #16

rewrite redot on top of ts-graphviz

rewrite redot on top of ts-graphviz #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
name: "${{ matrix.platform }}: node.js ${{ matrix.nodejs-version }}"
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
nodejs-version: [16, 18, 20]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
version: ${{ matrix.nodejs-version }}
- run: npm install
- run: npm test