Skip to content

Commit

Permalink
chore(driver): roll driver to recent Node.js LTS version (#30723)
Browse files Browse the repository at this point in the history
  • Loading branch information
playwrightmachine committed May 9, 2024
1 parent a5d384c commit 7e494fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build/build-playwright-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x

trap "cd $(pwd -P)" EXIT
SCRIPT_PATH="$(cd "$(dirname "$0")" ; pwd -P)"
NODE_VERSION="20.12.2" # autogenerated via ./update-playwright-driver-version.mjs
NODE_VERSION="20.13.0" # autogenerated via ./update-playwright-driver-version.mjs

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

0 comments on commit 7e494fd

Please sign in to comment.