gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: build-system: bump required n


From: gnunet
Subject: [taler-wallet-core] branch master updated: build-system: bump required node version to v18
Date: Fri, 03 Feb 2023 16:10:19 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new ab4fb8852 build-system: bump required node version to v18
ab4fb8852 is described below

commit ab4fb8852e0285f6b08b68857213accaba0ccefa
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Feb 3 16:10:16 2023 +0100

    build-system: bump required node version to v18
---
 build-system/configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-system/configure.py b/build-system/configure.py
index b127ba780..3c5096240 100644
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -19,7 +19,7 @@ b.add_tool(tbc.PosixTool("make"))
 b.add_tool(tbc.PosixTool("zip"))
 b.add_tool(tbc.PosixTool("find"))
 b.add_tool(tbc.PosixTool("jq"))
-b.add_tool(tbc.NodeJsTool(version_spec=">=12"))
+b.add_tool(tbc.NodeJsTool(version_spec=">=18"))
 b.add_tool(tbc.GenericTool("npm"))
 b.add_tool(tbc.GenericTool("pnpm", hint="Use 'sudo npm install -g pnpm' to 
install."))
 b.run()

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]