summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/puppeteer-core/src/revisions.ts
blob: b75257ab5068276480dafd6f2ec0a73a5cee7371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @license
 * Copyright 2020 Google Inc.
 * SPDX-License-Identifier: Apache-2.0
 */

/**
 * @internal
 */
export const PUPPETEER_REVISIONS = Object.freeze({
  chrome: '123.0.6312.122',
  'chrome-headless-shell': '123.0.6312.122',
  firefox: 'latest',
});