Skip to content

chore(ui5-barcode-scanner-dialog): bump zxing-js library (#10144) #4750

chore(ui5-barcode-scanner-dialog): bump zxing-js library (#10144)

chore(ui5-barcode-scanner-dialog): bump zxing-js library (#10144) #4750

name: CI - Website
on:
pull_request:
push:
branches:
- 'main'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: 'yarn'
- name: Install and Build
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
yarn install
yarn ci:deploy:nightly