Skip to content

Commit

Permalink
updated chromium revisions for 131
Browse files Browse the repository at this point in the history
  • Loading branch information
amandeepsingh333 committed Dec 17, 2024
1 parent bf1c4a3 commit 3ab6ae2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/core/src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,11 @@ export function chromium({

// default chromium revisions corresponds to v123.0.6312.58
chromium.revisions = {
linux: '1262506',
win64: '1262500',
win32: '1262500',
darwin: '1262506',
darwinArm: '1262509'
linux: '1368524',
win64: '1368503',
win32: '1368516',
darwin: '1368518',
darwinArm: '1368521'
};

// export the namespace by default
export * as default from './install.js';

0 comments on commit 3ab6ae2

Please sign in to comment.