Skip to content

[Snyk] Upgrade @nivo/line from 0.80.0 to 0.84.0 #188

[Snyk] Upgrade @nivo/line from 0.80.0 to 0.84.0

[Snyk] Upgrade @nivo/line from 0.80.0 to 0.84.0 #188

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Build
run: |
yarn install --frozen-lockfile
yarn build