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)
|
||||
|
||||
steps:
|
||||
- name: Check tools
|
||||
run: |
|
||||
which node && node -v
|
||||
which docker && docker --version
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue