Skip to content

Update dependency @sap-theming/theming-base-content to v11.16.1 #24

Update dependency @sap-theming/theming-base-content to v11.16.1

Update dependency @sap-theming/theming-base-content to v11.16.1 #24

Workflow file for this run

name: CI - Storybook
on:
pull_request:
push:
branches:
- 'main'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install and Build
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
yarn install
yarn build:playground