This commit is contained in:
parent
d7c293dd42
commit
0cb471c650
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ jobs:
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
|
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node.js
|
||||||
|
run: apk add --no-cache nodejs npm
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue