Add Node.js setup step to test workflow
Some checks failed
Test Action / test (push) Failing after 45s
Some checks failed
Test Action / test (push) Failing after 45s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user