Snippets
Snippets / Tags
github-actions
4 github-actions code snippets across 1 language. Copy-paste solutions from production code.
4
snippets
github actions
4 snippetsCache npm Dependencies in GitHub Actions
Cache the npm store between GitHub Actions runs to cut install time from minutes to seconds. Lockfile-aware cache key included.
github-actionscachenpm+2
BEGINNERMay 16, 2026
GitHub Actions Matrix Build Across Node.js Versions
A matrix strategy that runs your test suite on multiple Node.js versions in parallel. Essential for libraries that support older Node releases.
github-actionsmatrixnodejs+2
INTERMEDIATEMay 4, 2026
Next.js CI Workflow with Lint, Typecheck, and Build
A clean GitHub Actions workflow for Next.js projects: install, lint, typecheck, build. Cached, fast, and PR-ready.
github-actionsnextjsci-cd+2
BEGINNERApr 12, 2026
Scheduled GitHub Actions Workflow Hitting a Secured Endpoint
A GitHub Actions cron that pings a bearer-auth endpoint every N minutes. Use it for scheduled revalidation, health checks, or webhooks.
github-actionscronschedule+2
INTERMEDIATEApr 24, 2026