node-chromium icon indicating copy to clipboard operation
node-chromium copied to clipboard

Know NODE_CHROMIUM_REVISION mathing to chromium version

Open koutsenko opened this issue 5 years ago • 7 comments

Hello!

How can I find out a NODE_CHROMIUM_REVISION revision matching, for example, Chrome/Chromium 84?

#question

koutsenko avatar Nov 07 '20 12:11 koutsenko

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

dtolstyi avatar Nov 08 '20 08:11 dtolstyi

@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

dtolstyi avatar Nov 08 '20 08:11 dtolstyi

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

koutsenko avatar Nov 09 '20 18:11 koutsenko

Good to know! Thank you for information, @koutsenko !

dtolstyi avatar Nov 09 '20 18:11 dtolstyi

I will add it to the tasks, so we may merge it to our repo as well.

dtolstyi avatar Nov 09 '20 18:11 dtolstyi