fix: Node.js im Container installieren für upload-artifact Action
All checks were successful
Build Maubot Plugin / build (push) Successful in 17s
Build Maubot Plugin / release (push) Has been skipped

This commit is contained in:
2026-04-15 22:56:42 +02:00
parent f6780eee0a
commit b77c92265d

View File

@@ -13,9 +13,9 @@ jobs:
container:
image: dock.mau.dev/maubot/maubot:latest
steps:
- name: Install git
- name: Install dependencies
run: |
apk add --no-cache git
apk add --no-cache git nodejs
- name: Checkout
run: |