for checkout nodejs is needed
This commit is contained in:
parent
2a05284b05
commit
6e9e26db4a
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ jobs:
|
|||
image: docker.io/alpine:3.21.2
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install needed packages
|
||||
run: apk update && apk add --no-cache rsync openssh-client
|
||||
run: apk update && apk add --no-cache rsync openssh-client nodejs
|
||||
- uses: actions/checkout@v4
|
||||
- name: install ssh key
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
|
|
Loading…
Reference in a new issue