Skip to content

Commit 5a1fa64

Browse files
playwrightmachinepull[bot]
authored andcommitted
chore(driver): roll driver to recent Node.js LTS version (microsoft#32264)
1 parent 00771d0 commit 5a1fa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build/build-playwright-driver.sh

+1-1
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="20.16.0" # autogenerated via ./update-playwright-driver-version.mjs
7+
NODE_VERSION="20.17.0" # 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)