Skip to content

Bump react-force-graph-2d from 1.24.4 to 1.26.1 #131

Bump react-force-graph-2d from 1.24.4 to 1.26.1

Bump react-force-graph-2d from 1.24.4 to 1.26.1 #131

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Build
shell: bash
run: |
npm install
npm test
npm run lint