-
Notifications
You must be signed in to change notification settings - Fork 33
Useful Information
Dmytro TOLSTYI edited this page Nov 8, 2020
·
3 revisions
1. Where to find Chromium revision for a specific version? The easiest way is to use a website: https://chromium.cypress.io/ There you can filter all Chromium releases by version / OS / arch and when you select desired version you will have something like:
Chromium 88.0.4318.1 for Windows (x86)
Base revision: 825123. Found build artifacts at 825125
This gives you a desired revision: 825125 which you can use with node-chromium
by specifying variable NODE_CHROMIUM_REVISION
.