chore(driver): roll driver to recent Node.js LTS version (#15534)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-07-11 15:56:07 +02:00 committed by GitHub
parent 02ed5b4cd6
commit 88015d3791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ set -x
trap "cd $(pwd -P)" EXIT
SCRIPT_PATH="$(cd "$(dirname "$0")" ; pwd -P)"
NODE_VERSION="16.13.0" # autogenerated via ./update-playwright-driver-version.mjs
NODE_VERSION="16.16.0" # autogenerated via ./update-playwright-driver-version.mjs
cd "$(dirname "$0")"
PACKAGE_VERSION=$(node -p "require('../../package.json').version")