node-chromium
node-chromium copied to clipboard
Know NODE_CHROMIUM_REVISION mathing to chromium version
Hello!
How can I find out a NODE_CHROMIUM_REVISION revision matching, for example, Chrome/Chromium 84?
#question
I have never done this before but when you asked I started searching myself and the easiest way I found is by using: https://chromium.cypress.io/ There, you can find needed version / OS / arch and inside the version you will have something like:
Chromium 88.0.4318.1 for Windows (x86)
Base revision: 825123. Found build artifacts at 825125
@koutsenko I've created a wiki page with this info, which you can bookmark if you would like to get to this info later: https://github.com/dtolstyi/node-chromium/wiki/Useful-Information
Thanks a lot! I also used the your's project fork which have that functionality built-in. If interesting, https://github.com/2do2go/node-chromium/blob/master/write-revisions.js
Good to know! Thank you for information, @koutsenko !
I will add it to the tasks, so we may merge it to our repo as well.