for checkout nodejs is needed

This commit is contained in:
lookshe 2025-01-13 00:00:14 +01:00
parent 2a05284b05
commit 6e9e26db4a

View file

@ -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