This commit is contained in:
parent
966e8d2d7a
commit
d16c51d01a
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ jobs:
|
|||
image: docker:dind
|
||||
options: --privileged
|
||||
steps:
|
||||
- name: Set Up Node
|
||||
run: apt-get install -y --no-install-recommends nodejs
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue