Skip to content

chore(deps): update taiga-family/ci action to v1.51.0 #855

chore(deps): update taiga-family/ci action to v1.51.0

chore(deps): update taiga-family/ci action to v1.51.0 #855

Workflow file for this run

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