You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor GitHub Actions workflow to improve dependency installation process. Replace 'Clean install' step with 'Install dependencies' and implement conditional logic for using 'npm install' or 'npm ci' based on the presence of package-lock.json. This enhances compatibility and ensures a smoother CI pipeline.
0 commit comments