Skip to content

chore(deps-dev): bump @types/d3-array from 3.0.5 to 3.0.9 #220

chore(deps-dev): bump @types/d3-array from 3.0.5 to 3.0.9

chore(deps-dev): bump @types/d3-array from 3.0.5 to 3.0.9 #220

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build
- name: Build lib
run: yarn build:lib
- name: Test
run: yarn test:unit
- name: Lint
run: yarn lint
- name: Check formatting
run: yarn fmt