JupiterOne / playwright-aws-lambda

Support for running Microsoft's Playwright on AWS Lambda and Google Cloud Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to playwright v1.2.0

osmenia opened this issue · comments

Hi Team,

when can we expect update playwright-aws-lambda on version playwright v1.2.0?

tnx a lot!

Hey there @osmenia. playwright-aws-lambda does not have a direct dependency on playwright-core. playwright-core is a peerDependency. https://github.com/JupiterOne/playwright-aws-lambda/blob/master/package.json#L28

You can just upgrade the version of playwright-core inside of your project to use any version of playwright-core within the specific semver listed in playwright-aws-lambda (^1).

Let me know if you have any other questions.

I'm going to go ahead and close this out, but please feel free to re-open the issue or open another issue if you have any additional questions! Thanks for reaching out.