Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firefox-esr
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
v2026dev1
entered Hard Code Freeze, changes will not be accepted •
schedule
Show more breadcrumbs
pkg
firefox-esr
Merge requests
!113
Update from debian/bullseye-security for apertis/v2023pre
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Update from debian/bullseye-security for apertis/v2023pre
proposed-updates/debian/bullseye-security/82f8086c
into
apertis/v2023pre
Overview
4
Commits
2
Pipelines
5
Changes
76
1 unresolved thread
Hide all comments
Closed
Apertis CI robot
requested to merge
proposed-updates/debian/bullseye-security/82f8086c
into
apertis/v2023pre
2 years ago
Overview
4
Commits
2
Pipelines
5
Changes
3
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
version 1
version 2
a310301f
2 years ago
version 1
32505f87
2 years ago
apertis/v2023pre (base)
and
latest version
latest version
62b7af54
2 commits,
2 years ago
version 2
a310301f
5 commits,
2 years ago
version 1
32505f87
4 commits,
2 years ago
Show latest version
3 files
+
11
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
debian/patches/debian-hacks/Allow-to-build-with-older-versions-of-nodejs-10.patch
+
3
−
3
Options
@@ -7,15 +7,15 @@ Subject: Allow to build with older versions of nodejs 10
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/mozbuild/mozbuild/nodeutil.py b/python/mozbuild/mozbuild/nodeutil.py
index
54f4264..4deaed4
100644
index
95bedbc..fef80cd
100644
--- a/python/mozbuild/mozbuild/nodeutil.py
+++ b/python/mozbuild/mozbuild/nodeutil.py
@@ -13,7 +13,7 @@
from mozboot.util import get_tools_dir
from mozfile import which
from six import PY3
-NODE_MIN_VERSION = StrictVersion("10.2
4
.1")
-NODE_MIN_VERSION = StrictVersion("10.2
3
.1")
+NODE_MIN_VERSION = StrictVersion("10.0")
NPM_MIN_VERSION = StrictVersion("6.14.1
2
")
NPM_MIN_VERSION = StrictVersion("6.14.1
0
")
Loading