Understand how NW.js changes upstream behaviour.
- NW: 0.109.0
- Chromium: 146.0.7680.31
- Node: 25.2.1
- V8: 14.6.202.6
- Go to https://github.com/nwjs/nw.js and find the latest NW.js and Chromium version being used.
- Go to https://github.com/nwjs/node to find latest Node.js version being used
- Go to https://github.com/nwjs/v8/blob/main/include/v8-version.h and find the latest version being used
- Update the versions in
.github/patchfrom line 3 to 16. - Also update the
Versionsheader above accordingly. - Create a commit/pull request and after around 10 minutes the changes should be reflected in the repo.