chore: freeze revisions (#8543)
This commit is contained in:
parent
84712cbc28
commit
70c7f64a58
@ -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',
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user