Merge pull request #19454 from Snuffleupagus/Chrome-110

[api-minor] Update the minimum supported Google Chrome version to 110
This commit is contained in:
Tim van der Meij 2025-02-09 15:59:50 +01:00 committed by GitHub
commit c1035e4356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ const config = JSON.parse(fs.readFileSync(CONFIG_FILE).toString());
const ENV_TARGETS = [ const ENV_TARGETS = [
"last 2 versions", "last 2 versions",
"Chrome >= 103", "Chrome >= 110",
"Firefox ESR", "Firefox ESR",
"Safari >= 16.4", "Safari >= 16.4",
"Node >= 20", "Node >= 20",