Skip to content

build(deps-dev): bump chromedriver from 117.0.3 to 119.0.1 in /packages/fiori #790

build(deps-dev): bump chromedriver from 117.0.3 to 119.0.1 in /packages/fiori

build(deps-dev): bump chromedriver from 117.0.3 to 119.0.1 in /packages/fiori #790

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