Skip to content

feat(gui): bind currentNode for AGUITree #114

feat(gui): bind currentNode for AGUITree

feat(gui): bind currentNode for AGUITree #114

Workflow file for this run

name: ADV.JS Demo
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: pnpm
- name: 📦 Install
run: pnpm install
- name: 🔧 Build ADV.JS CLI
run: pnpm run build:advjs
- name: 🎮 Build ADV.JS Demo
run: pnpm run build:demo