Skip to content

chore(deps): update taiga-ui to v3.78.0 (#537) #1125

chore(deps): update taiga-ui to v3.78.0 (#537)

chore(deps): update taiga-ui to v3.78.0 (#537) #1125

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.56.3
- uses: taiga-family/ci/actions/setup/node@v1.56.3
- run: npx nx build demo
concurrency:
group: build-demo-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true