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

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-08-18 10:35:05 +02:00 committed by GitHub
parent 94c9db299d
commit 4a04d8d0b0
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.16.0" # autogenerated via ./update-playwright-driver-version.mjs
NODE_VERSION="16.17.0" # autogenerated via ./update-playwright-driver-version.mjs
cd "$(dirname "$0")"
PACKAGE_VERSION=$(node -p "require('../../package.json').version")