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:
5e02ad7
)
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, 9 Jul 2024 20:11:05 +0000
(
05:11
+0900)
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 42f2627cd9c6d5c1a06bb9e414d98a2628caac9e..c0e766cc0a363ccb59785256435741f348585dc3 100644
(file)
--- a/
python/mozbuild/mozbuild/nodeutil.py
+++ b/
python/mozbuild/mozbuild/nodeutil.py
@@
-11,7
+11,7
@@
from mozfile import which
from packaging.version import Version
from six import PY3
-NODE_MIN_VERSION = Version("12.22
.12
")
+NODE_MIN_VERSION = Version("12.22")
NPM_MIN_VERSION = Version("6.14.16")