work on deploy to flyer-crawler.projectium.com
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 3s

This commit is contained in:
2025-11-10 09:40:26 -08:00
parent 40d7fc3c00
commit 1e1192fd52

View File

@@ -42,7 +42,8 @@ jobs:
with:
node-version: '20'
cache: 'npm' # Cache npm dependencies to speed up subsequent builds.
cache-dependency-path: 'package-lock.json'
# Use a glob pattern to find the lock file, making the path more resilient.
cache-dependency-path: '**/package-lock.json'
- name: Install Dependencies
run: npm ci # 'ci' is faster and safer for CI/CD than 'install'.