Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Know NODE_CHROMIUM_REVISION mathing to chromium version #36

Open
koutsenko opened this issue Nov 7, 2020 · 7 comments
Open

Know NODE_CHROMIUM_REVISION mathing to chromium version #36

koutsenko opened this issue Nov 7, 2020 · 7 comments
Labels

Comments

@koutsenko
Copy link

Hello!

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

#question

@dtolstyi
Copy link
Owner

dtolstyi commented Nov 8, 2020

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
Copy link
Owner

dtolstyi commented Nov 8, 2020

@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

@koutsenko
Copy link
Author

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

@dtolstyi
Copy link
Owner

dtolstyi commented Nov 9, 2020

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

@dtolstyi
Copy link
Owner

dtolstyi commented Nov 9, 2020

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

@karthik-varma-hh
Copy link

@dtolstyi The cypress site is down from a few weeks atleast

@dtolstyi
Copy link
Owner

@dtolstyi The cypress site is down from a few weeks atleast

I guess we need to use a new site then...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants