Skip to content

Commit 63f1345

Browse files
chore: roll driver/Dockerfile to recent Node.js LTS version (microsoft#39238)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
1 parent 8946b03 commit 63f1345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/build/build-playwright-driver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44

55
trap "cd $(pwd -P)" EXIT
66
SCRIPT_PATH="$(cd "$(dirname "$0")" ; pwd -P)"
7-
NODE_VERSION="24.13.0" # autogenerated via ./update-playwright-node.mjs
7+
NODE_VERSION="24.13.1" # autogenerated via ./update-playwright-node.mjs
88

99
cd "$(dirname "$0")"
1010
PACKAGE_VERSION=$(node -p "require('../../package.json').version")

0 commit comments

Comments
 (0)