Skip to content

bump; (deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.17.0 #128

bump; (deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.17.0

bump; (deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.17.0 #128

Workflow file for this run

name: Orchestron
on:
pull_request:
push:
branches:
- main
paths:
- "crates/**"
- "packages/**"
- ".github/workflows/**"
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
cache-dependency-path: ./package-lock.json
- run: mkdir ./samples/Orchestron/
- run: npm ci
- run: cd ./packages/orchestron_ui/ && npm run build
- run: cargo xtask bundle orchestron --release