Skip to content

Commit

Permalink
chore: freeze revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jun 22, 2022
1 parent 4316ceb commit 16bedca
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 16bedca

Please sign in to comment.