chore(driver): roll driver to recent Node.js LTS version (#35959)

Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
This commit is contained in:
microsoft-playwright-automation[bot] 2025-05-15 14:40:30 +02:00 committed by GitHub
parent 0535a2ee11
commit 5c4c3614b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ set -x
trap "cd $(pwd -P)" EXIT
SCRIPT_PATH="$(cd "$(dirname "$0")" ; pwd -P)"
NODE_VERSION="22.15.0" # autogenerated via ./update-playwright-driver-version.mjs
NODE_VERSION="22.15.1" # autogenerated via ./update-playwright-driver-version.mjs
cd "$(dirname "$0")"
PACKAGE_VERSION=$(node -p "require('../../package.json').version")