-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
define acceptable node versions, and enforce at install time #42912
Conversation
Probably doesn't hurt having this but the recommended build instructions are to checkout Additionally, we should be careful not to let these get out of sync 😆 |
ah, gotcha gotcha! Two suggestions then
|
package-lock.json
Outdated
@@ -6,10 +6,14 @@ | |||
"packages": { | |||
"": { | |||
"name": "brave", | |||
"version": "1.75.0", | |||
"version": "1.75.100", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't look like version
should be changed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, not sure what happened there, but fixed!
7adcc7e
to
586d088
Compare
@goodov just pinging on this, is there anything further needed from me on this? |
I don't think so. feel free to merge! |
thanks! but no can do yet, i think i still need another approval from @brave/devops-team 🤔 |
thanks to ya both! |
Simple change that
package.json
.npmrc
Resolves #42911
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: