From 28e6d1de2177e7c7ec66687a780c7d7d25cb4604 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 17 Sep 2026 15:00:31 +0200 Subject: [PATCH] readd: playwright pin --- ct/changedetection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index e64af42c4..ef759297a 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -80,6 +80,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