apk add nodejs
This commit is contained in:
parent
aa468d086e
commit
dba881ae17
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ jobs:
|
|||
image: alpine:latest
|
||||
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
||||
steps:
|
||||
- run: apk add nodejs curl
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: package
|
||||
|
|
Loading…
Reference in a new issue