Skip to content

Commit

Permalink
Merge branch 'develop' into feature/EN-6393_mail_ts_form_inscription
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulEntourage authored Oct 5, 2023
2 parents 7fed093 + 411706a commit f92d6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkedout-backend",
"version": "2.14.0",
"version": "2.15.0",
"license": "ISC",
"engines": {
"node": "16.x"
Expand Down
2 changes: 1 addition & 1 deletion src/cvs/cvs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ export class CVsService {

const browser = await puppeteer.launch({
headless: true,
args: ['--no-sandbox'],
args: ['--no-sandbox', '--font-render-hinting=none'],
executablePath:
process.env.PUPPETEER_EXEC_PATH || process.env.CHROME_PATH,
});
Expand Down

0 comments on commit f92d6d0

Please sign in to comment.