node dep
This commit is contained in:
parent
1bf339304e
commit
3edd1db8d4
|
|
@ -16,6 +16,8 @@ jobs:
|
|||
container:
|
||||
image: docker
|
||||
steps:
|
||||
- name: Install node
|
||||
run: apk add nodejs
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue