Skip to content

feat(configuration-ticket-threads): allow deleting category which has… #727

feat(configuration-ticket-threads): allow deleting category which has…

feat(configuration-ticket-threads): allow deleting category which has… #727

Workflow file for this run

name: TypeScript Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm i
- run: pnpm build