Skip to content

refactor(components): improve DatamapSankey component #574

refactor(components): improve DatamapSankey component

refactor(components): improve DatamapSankey component #574

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: build
env:
NODE_OPTIONS: --max_old_space_size=4096
BUILD_TARGET: zh
run: |
cd archguard
npm install --legacy-peer-deps
npm run build