Add Node.js setup step to test workflow
Some checks failed
Test Action / test (push) Failing after 45s

This commit is contained in:
2026-01-10 23:46:25 +01:00
parent bb02fc63ba
commit e5a9e910b2

View File

@@ -8,6 +8,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 24
uses: actions/setup-node@v4
with:
node-version: 24
- name: Test Download Hugo (Regex)
uses: ./
with: