mirror of
https://github.com/skoelle/PeopleCostCounter.git
synced 2026-09-17 20:00:25 +00:00
Use npm install in CI to avoid CI cache issues
This commit is contained in:
@@ -16,6 +16,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
- name: Run html-validate
|
- name: Run html-validate
|
||||||
run: npx html-validate "**/*.html"
|
run: npx html-validate "**/*.html"
|
||||||
|
|||||||
Reference in New Issue
Block a user