Skip to content

chore: upgrade angular version to 17.2 EBS-1380 STPA-343 #402

chore: upgrade angular version to 17.2 EBS-1380 STPA-343

chore: upgrade angular version to 17.2 EBS-1380 STPA-343 #402

Workflow file for this run

name: Pull-request analysis
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: npm run build --if-present
- run: npm run generate-icons
- run: npm run storybook:compodoc
- run: npx nx run ui-e2e:e2e
- run: npm run lint:svg
- run: npx nx run storybook:build-storybook
- run: npx axe-storybook --build-dir ./dist/storybook/storybook