fix(KBService): update Puppeteer configuration for headless mode and executable path
Some checks failed
GBCI / build (push) Failing after 8s

fix(node.yaml): correct deployment paths and improve Node.js setup
fix(.gitignore): add 'botpoc' to ignored files
fix(SystemKeywords): enhance PDF conversion and image processing logic
fix(DialogKeywords): adjust Puppeteer launch options for better performance
fix(KeywordsExpressions): fix syntax error in PDF assignment
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-06-09 19:51:05 -03:00
parent 43242cb433
commit f232bdbaac

View file

@ -17,11 +17,11 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
# - name: Setup Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '20'
# cache: 'npm'
- name: Copy files to deployment location
run: |