projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a14d03
)
Relax nodejs minimum version
author
Mike Hommey
<mh@glandium.org>
Tue, 20 Sep 2022 23:48:27 +0000
(08:48 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 26 Sep 2023 20:43:46 +0000
(21:43 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Relax-nodejs-minimum-version.patch
python/mozbuild/mozbuild/nodeutil.py
patch
|
blob
|
history
diff --git
a/python/mozbuild/mozbuild/nodeutil.py
b/python/mozbuild/mozbuild/nodeutil.py
index 8ec724ab892125e5b6907ecf0af18d3550287a77..efc7b7fef82030278f51a76105f84fb2f3563965 100644
(file)
--- a/
python/mozbuild/mozbuild/nodeutil.py
+++ b/
python/mozbuild/mozbuild/nodeutil.py
@@
-11,7
+11,7
@@
from mozboot.util import get_tools_dir
from mozfile import which
from six import PY3
-NODE_MIN_VERSION = StrictVersion("12.22
.12
")
+NODE_MIN_VERSION = StrictVersion("12.22")
NPM_MIN_VERSION = StrictVersion("6.14.16")