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"