Skip to content

Commit 607ad44

Browse files
chore(driver): roll driver to recent Node.js LTS version (microsoft#36704)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
1 parent 6a21e54 commit 607ad44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="22.17.0" # autogenerated via ./update-playwright-driver-version.mjs
7+
NODE_VERSION="22.17.1" # autogenerated via ./update-playwright-driver-version.mjs
88

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

0 commit comments

Comments
 (0)