Use npm install in CI to avoid CI cache issues

This commit is contained in:
Stefan Koelle
2026-05-01 22:17:00 +02:00
parent 2fd76f0f6b
commit 2f3b3090eb
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: npm ci
run: npm install
- name: Run html-validate
run: npx html-validate "**/*.html"