Matrix Build with Caching
「キャッシュ付きマトリックスビルド」
Set up a GitHub Action that tests a project across multiple Node.js versions with dependency caching.
「複数のNode.jsバージョンでプロジェクトをテストし、依存関係のキャッシュを利用するGitHub Actionを設定してください。」
Prompt
Create a matrix build GitHub Action that tests my Node.js project on Node 16, 18, and 20. Include steps to cache dependencies for faster builds.