File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# postinstalls (edgedriver/geckodriver) are not needed. browserstack-node-sdk is
1010# pinned to the latest release (1.61.0) so no update-postinstall is needed either.
1111#
12- # engine-strict=true enforces the package.json `engines.node` floor (>=18), which
13- # matches our runner pod and what @wdio/cli 9 already requires. Customers on EOL
14- # Node (<18) get a clear upgrade message instead of obscure failures.
12+ # engine-strict=true enforces the package.json `engines.node` floor (>=22.12.0).
13+ # The floor was raised from >=18 for LTS-4750: the only fix for the unpatched
14+ # extract-zip path traversal (GHSA-jmr9-qjv8-65gv) is @puppeteer/browsers 3.x,
15+ # which is ESM-only and requires Node >=22.12.0. Node 18 (EOL 2025-04-30) and
16+ # Node 20 (EOL 2026-04-30) are both out of support anyway, so customers on EOL
17+ # Node get a clear upgrade message instead of obscure failures.
1518
1619strict-ssl = true
1720save-exact = true
You can’t perform that action at this time.
0 commit comments