Fix: Comment out Node.js setup step in test workflow
All checks were successful
Test Action / test (push) Successful in 4s
All checks were successful
Test Action / test (push) Successful in 4s
This commit is contained in:
@@ -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: ./
|
||||
|
||||
Reference in New Issue
Block a user