summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-19 18:27:09 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-19 18:27:09 +0100
commiteecd261cef52c4ccebf5eb49f2326aa86e12f0f8 (patch)
tree0508122896ef5e96f5a53e8c645bcabe720f6e4a /build-system
parent70bf89a64fc1b5f6c2cf03bd39cbcb015b8b3bd3 (diff)
downloadmerchant-backoffice-eecd261cef52c4ccebf5eb49f2326aa86e12f0f8.tar.gz
merchant-backoffice-eecd261cef52c4ccebf5eb49f2326aa86e12f0f8.tar.bz2
merchant-backoffice-eecd261cef52c4ccebf5eb49f2326aa86e12f0f8.zip
downgrade requirement
Diffstat (limited to 'build-system')
-rw-r--r--build-system/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-system/configure.py b/build-system/configure.py
index d76a679..95f0c4e 100644
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -16,7 +16,7 @@ b = tbc.BuildConfig()
b.enable_prefix()
b.enable_configmk()
b.add_tool(tbc.PosixTool("make"))
-b.add_tool(tbc.NodeJsTool(version_spec=">=14"))
+b.add_tool(tbc.NodeJsTool(version_spec=">=12"))
b.add_tool(tbc.GenericTool("npm"))
b.add_tool(tbc.GenericTool("pnpm", hint="Use 'sudo npm install -g pnpm' to install."))
b.run()