Correct yml

This commit is contained in:
2025-08-12 19:03:08 +02:00
parent 1fb0db50f2
commit 722889cc56

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ap-host
steps:
- name: Sanity: docker & node
- name: Sanity: docker and node
run: |
which docker && docker --version
which node && node --version || echo "node not found"