Skip to content

Bump d3-graphviz from 5.0.2 to 5.1.0 #439

Bump d3-graphviz from 5.0.2 to 5.1.0

Bump d3-graphviz from 5.0.2 to 5.1.0 #439

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present