From 272479c244fd8c75ca6a6664ff2663b303f00979 Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Tue, 5 May 2026 14:33:17 +0200 Subject: [PATCH] change pkg name node to nodejs --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 856288c..05b1850 100644 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -apt update && apt install -y node +apt update && apt install -y nodejs cd presentation npx @marp-team/marp-cli@latest presentation.md -o index.html