We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72c5f2 commit 771d6afCopy full SHA for 771d6af
utils/build/build-playwright-driver.sh
@@ -4,7 +4,7 @@ set -x
4
5
trap "cd $(pwd -P)" EXIT
6
SCRIPT_PATH="$(cd "$(dirname "$0")" ; pwd -P)"
7
-NODE_VERSION="24.11.1" # autogenerated via ./update-playwright-node.mjs
+NODE_VERSION="24.12.0" # autogenerated via ./update-playwright-node.mjs
8
9
cd "$(dirname "$0")"
10
PACKAGE_VERSION=$(node -p "require('../../package.json').version")
0 commit comments