fix(KBService): update Puppeteer configuration for headless mode and executable path
Some checks failed
GBCI / build (push) Failing after 8s
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:
parent
43242cb433
commit
f232bdbaac
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
# - name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
# uses: actions/setup-node@v4
|
||||||
with:
|
# with:
|
||||||
node-version: '20'
|
# node-version: '20'
|
||||||
cache: 'npm'
|
# cache: 'npm'
|
||||||
|
|
||||||
- name: Copy files to deployment location
|
- name: Copy files to deployment location
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue