From 2f3b3090ebef319f658ea1f04bedcdb6dadc3d4f Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 1 May 2026 22:17:00 +0200 Subject: [PATCH] Use npm install in CI to avoid CI cache issues --- .github/workflows/html-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/html-lint.yml b/.github/workflows/html-lint.yml index ac63475..4b0fac5 100644 --- a/.github/workflows/html-lint.yml +++ b/.github/workflows/html-lint.yml @@ -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"