Skip to content

Commit

Permalink
define acceptable node versions, and enforce it at install time. fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pes10k committed Dec 16, 2024
1 parent 09b4ca3 commit 586d088
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"update_patches": "cd src/brave && npm run update_patches --",
"versions": "cd src/brave && npm run versions --"
},
"engines": {
"node": ">=20.0.0 <22.0.0",
"npm": ">=10.0.0"
},
"config": {
"projects": {
"brave-core": {
Expand Down

0 comments on commit 586d088

Please sign in to comment.