Automattic / Automattic/simplenote-electron
Cache Node.js modules in CI
Open
- Dominant language
- TypeScript
- Stars
- 5.3k
- Forks
- 588
- Avg merge
- 9h 45m
- Merged PRs (30d)
- 4
Description
Looking at https://buildkite.com/automattic/simplenote-electron/builds/299, I noticed we still have no cache for the Node.js modules.
See also implementation in https://buildkite.com/automattic/simplenote-electron/builds/299/canvas?sid=01955a53-0fa7-4a77-8e69-c0dcdbb4d93a
Contributor guide
Research direction
Start by reviewing Buildkite build 299 and its canvas, linked in the issue, to understand the existing CI setup and the referenced implementation. Locate the repository's CI configuration and add module caching there; done means later builds reuse the Node.js module cache and the build completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100