Skip to content

Update dependency @nivo/line to ^0.99.0 #6

Update dependency @nivo/line to ^0.99.0

Update dependency @nivo/line to ^0.99.0 #6

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: '22.x'
cache: 'npm'
- run: npm ci
- name: Prettier Check
run: npm run prettier-check
- run: npm run build --if-present