This commit is contained in:
parent
a976c80eb8
commit
6cb6d458af
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ jobs:
|
||||||
options: --network=host # (Optional, more below)
|
options: --network=host # (Optional, more below)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check tools
|
||||||
|
run: |
|
||||||
|
which node && node -v
|
||||||
|
which docker && docker --version
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue