fix: Node.js im Container installieren für upload-artifact Action
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user