mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-04 05:29:45 -06:00
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
const versions = require('../browser-versions')
|
|
const channel = process.argv[2]
|
|
|
|
process.stdout.write(versions[channel])
|