fix(ui5-split-button): fix doubled click event when space is pressed #4862
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI - Website | |
on: | |
pull_request: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/[email protected] | |
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 |