🔥 3-day streak
GitHub Actions (GH-200)4 / 142
Question 4 of 142
Your Node.js CI workflow installs dependencies and produces a compiled bundle in dist/. You want two things: (1) speed up repeated dependency installs across workflow runs by reusing node_modules, and (2) make the compiled dist/ bundle downloadable by team members from the completed run's summary page for the next 30 days. Which approach correctly satisfies both requirements?
Reviewed for accuracy · Report an issueNext question