Update html-lint.yml

This commit is contained in:
Stefan Koelle
2026-08-11 20:56:23 +02:00
committed by GitHub
parent 9fc8d3663f
commit 87ed08c458
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v7 uses: actions/setup-node@v7
with: with:
node-version: '24' node-version: '18'
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Run html-validate - name: Run html-validate