0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/packages/puppeteer-core/src/revisions.ts
2024-04-26 08:34:17 +00:00

15 lines
258 B
TypeScript

/**
* @license
* Copyright 2020 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '124.0.6367.91',
'chrome-headless-shell': '124.0.6367.91',
firefox: 'latest',
});