Skip to content

Commit

Permalink
Merge pull request #18822 from Snuffleupagus/Chrome-103
Browse files Browse the repository at this point in the history
[api-minor] Update the minimum supported Google Chrome version to 103
  • Loading branch information
Snuffleupagus authored Oct 1, 2024
2 parents a7e1bf6 + 1267e28 commit 783facb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const config = JSON.parse(fs.readFileSync(CONFIG_FILE).toString());

const ENV_TARGETS = [
"last 2 versions",
"Chrome >= 98",
"Chrome >= 103",
"Firefox ESR",
"Safari >= 16.4",
"Node >= 18",
Expand Down

0 comments on commit 783facb

Please sign in to comment.