Skip to content

Commit

Permalink
testing with prev version
Browse files Browse the repository at this point in the history
  • Loading branch information
amandeepsingh333 committed Jan 6, 2025
1 parent d742f27 commit 3ff670d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/core/src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ export function chromium({

// default chromium revisions corresponds to v123.0.6312.58
chromium.revisions = {
linux: '1368524',
win64: '1368503',
win32: '1368516',
darwin: '1368518',
darwinArm: '1368521'
linux: '1262506',
win64: '1262500',
win32: '1262500',
darwin: '1262506',
darwinArm: '1262509'
};
// export the namespace by default
export * as default from './install.js';

0 comments on commit 3ff670d

Please sign in to comment.