Update GitHub Actions

This commit is contained in:
renovate[bot]
2026-08-11 18:55:16 +00:00
committed by GitHub
parent e5608a35e3
commit 9fc8d3663f
+3 -3
View File
@@ -10,11 +10,11 @@ jobs:
html-lint: html-lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v7
with: with:
node-version: '18' node-version: '24'
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Run html-validate - name: Run html-validate