Skip to content

17.0.0 (released)

17.0.0 (released) #44

Workflow file for this run

name: 🏗️ Build
on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build
uses: jcdcdev/jcdcdev.Umbraco.Github.Build@v17
with:
project-name: Umbraco.Community.SimpleTrees
project-path: src/Umbraco.Community.SimpleTrees/Umbraco.Community.SimpleTrees.csproj
npm-working-dir: src/Umbraco.Community.SimpleTrees.Client
npm-enabled: true
npm-version: "22.x"