alterralink/Setup Supabase
Complete Supabase dev environment with Node.js, package managers, and CLI. Built on official action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Node.js version to use | no | 22 |
| package-manager | Package manager to use (npm, yarn, pnpm, or bun) | no | npm |
| package-manager-version | Package manager version to use (only applies to pnpm, yarn, and bun) | no | "" |
| supabase-version | Supabase CLI version to use | no | latest |
| install-dependencies | Whether to install dependencies | no | true |
| working-directory | Working directory for package manager commands | no | . |
Outputs
| name | description |
|---|---|
| cache-hit | Whether the dependency cache was hit |
| package-manager | The package manager that was configured |