Skip to content

Commit e1809fa

Browse files
author
marci
committed
Füge Ausgabe der NPM-Version zum Build-Skript hinzu
1 parent 30347af commit e1809fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ main() {
1515
echo "Hugo version $Hugo_VERSION installed successfully."
1616
echo Go: "${go version}"
1717
echo "Hugo version: $(hugo version)"
18-
echo Node.js version: "$(node -v)"
18+
echo Node.js version: "$(node -v)"
19+
echo NPM version: "$(npm -v)"
1920
2021
echo "Clone Toha theme..."
2122
git submodule update --init --recursive

0 commit comments

Comments
 (0)