work on deploy to flyer-crawler.projectium.com
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 3s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 3s
This commit is contained in:
@@ -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'.
|
||||
|
||||
Reference in New Issue
Block a user