mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
10 lines
234 B
JavaScript
10 lines
234 B
JavaScript
// Supported Browsers: https://docs.github.com/articles/supported-browsers/
|
|
|
|
module.exports = [
|
|
'last 10 Chrome versions',
|
|
'last 10 Edge versions',
|
|
'last 10 Firefox versions',
|
|
'last 3 Safari major versions',
|
|
'Firefox ESR'
|
|
]
|