Skip to content

Commit

Permalink
chore: freeze revisions (#8543)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jun 22, 2022
1 parent 84712cb commit 70c7f64
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/revisions.ts
Expand Up @@ -14,12 +14,7 @@
* limitations under the License.
*/

type Revisions = Readonly<{
readonly chromium: string;
readonly firefox: string;
}>;

export const PUPPETEER_REVISIONS: Revisions = {
export const PUPPETEER_REVISIONS = Object.freeze({
chromium: '1002410',
firefox: 'latest',
};
});

0 comments on commit 70c7f64

Please sign in to comment.