Skip to content

CVE-2024-47068 bump rollup to 4.22.5 #34

CVE-2024-47068 bump rollup to 4.22.5

CVE-2024-47068 bump rollup to 4.22.5 #34

Workflow file for this run

name: Centralized workflow
on:
- push
- pull_request
- workflow_dispatch
jobs:
ui:
# Use the shared workflow from https://github.com/folio-org/.github
uses: folio-org/.github/.github/workflows/ui.yml@v1
# Only handle push events from the main branch, to decrease noise
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push'
secrets: inherit
with:
jest-enabled: false
bigtest-enabled: true
bigtest-test-command: xvfb-run --server-args="-screen 0 1024x768x24" yarn test
sonar-sources: ./lib
compile-translations: false
generate-module-descriptor: false
install-before-publish: true