JupiterOne/playwright-aws-lambda

Add support for 18.x nodejs

abdullahtariq1171 opened this issue · 3 comments

We recently upgraded nodejs to 18.x but hit following errors

/tmp/chromium: error while libraries: shared file: No such file libnss3.so: cannot open shared object or directory

Note: use DEBUG=pw:api environment variable and rerun to capture Playwright logs.Error

Downgrading it to 16.x solved the issues.

--

AWS Lambda supports nodejs 18.x since Nov, 2022

This is working on node 18 now

Fixed in #65

Thank you.