From bb2f407f7c2cf8500d8bf3c22485fe3d091eb73b Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 10 Sep 2026 14:54:35 +0200 Subject: [PATCH] ping: playwright --- ct/changedetection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index 07702c399..cd42bbf95 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -69,6 +69,7 @@ function update_script() { $STD git -C /opt/browserless/ reset --hard origin/main $STD npm update --prefix /opt/browserless $STD npm ci --include=optional --include=dev --prefix /opt/browserless + $STD npm install --save-exact playwright-core@1.62.1 --prefix /opt/browserless $STD /opt/browserless/node_modules/playwright-core/cli.js install --with-deps # Update Chrome separately, as it has to be done with the force option. Otherwise the installation of other browsers will not be done if Chrome is already installed. $STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome