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
|
image: alpine:latest
|
||||||
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
||||||
steps:
|
steps:
|
||||||
|
- run: apk add nodejs curl
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: package
|
name: package
|
||||||
|
|
Loading…
Reference in a new issue