taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 18249dda1db4492e95c76a2804eada1fbb212f10
parent 74136c8895f899e62868ceed626a1755883471da
Author: Florian Dold <florian@dold.me>
Date:   Tue,  9 Jun 2026 22:28:55 +0200

fix pnpm on ubuntu

Diffstat:
Mpackaging/ng/distros/ubuntu-noble.Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/ng/distros/ubuntu-noble.Dockerfile b/packaging/ng/distros/ubuntu-noble.Dockerfile @@ -40,5 +40,5 @@ RUN \ && \ pip install --break-system-packages sphinx_rtd_theme \ && \ - npm install -g pnpm && \ + npm install -g pnpm@10 && \ rustup default stable