Fix: Comment out Node.js setup step in test workflow
All checks were successful
Test Action / test (push) Successful in 4s

This commit is contained in:
2026-01-11 00:50:49 +01:00
parent 2a283f6441
commit 8d75d4a500

View File

@@ -8,10 +8,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 24
uses: actions/setup-node@v4
with:
node-version: 24
# - name: Setup Node.js 24
# uses: actions/setup-node@v4
# with:
# node-version: 24
- name: Test Download Hugo
uses: ./