Skip to content

chore(deps): bump the angular-all-deps group in /test/angular with 13 updates #204

chore(deps): bump the angular-all-deps group in /test/angular with 13 updates

chore(deps): bump the angular-all-deps group in /test/angular with 13 updates #204

Workflow file for this run

name: Docs
on:
pull_request:
types: [opened, reopened, synchronize]
env:
FORCE_COLOR: 2
NODE: 20
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Build Storybook
run: npm run build-storybook