check node version
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 10s

This commit is contained in:
WilliamDiakite 2025-07-23 16:22:25 +00:00
parent a976c80eb8
commit 6cb6d458af

View file

@ -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: