add nodejs

This commit is contained in:
Timi
2026-01-23 16:57:53 +08:00
parent 8a98276fff
commit ffc9094a72

View File

@ -32,6 +32,9 @@ RUN apk update && apk add --no-cache \
grep \
sed \
gawk \
# Node.js 运行时(用于运行 JavaScript actions
nodejs \
npm \
# 其他常用工具
jq \
tree \