Skip to content

feat: Add node position retrieval methods in ForceGraph and YChartEditor #59

feat: Add node position retrieval methods in ForceGraph and YChartEditor

feat: Add node position retrieval methods in ForceGraph and YChartEditor #59

Workflow file for this run

name: Deploy YChart Application
on:
push:
branches:
- main
paths:
- 'src/**'
- 'public/**'
- 'index.html'
- 'production.html'
- 'package.json'
- 'vite.config.ts'
- 'tsconfig.json'
- '.github/workflows/deploy-app.yml'
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build and deploy
run: pnpm run build:prod