Skip to content

chore(deps): update taiga-ui dev infra to v0.168.0 (#817) #1785

chore(deps): update taiga-ui dev infra to v0.168.0 (#817)

chore(deps): update taiga-ui dev infra to v0.168.0 (#817) #1785

Workflow file for this run

name: ⚙️ Build
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build demo
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.71.2
- uses: taiga-family/ci/actions/setup/node@v1.71.2
- run: npx nx build demo
concurrency:
group: build-demo-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true