change pkg name node to nodejs
Run script on commit / run-bash (push) Successful in 2m11s

This commit is contained in:
Romane
2026-05-05 14:33:17 +02:00
parent 03f0bd665f
commit 272479c244
+1 -1
View File
@@ -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