Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeRuntime ¶
type NodeRuntime struct {
// contains filtered or unexported fields
}
NodeRuntime implements the Runtime interface for Node.js
func New ¶
func New(cache types.Cache, downloader types.Downloader) *NodeRuntime
New creates a new Node.js runtime manager
func (*NodeRuntime) GetLatest ¶
func (n *NodeRuntime) GetLatest(ctx context.Context) (string, error)
GetLatest downloads the latest LTS Node.js version
Click to show internal directories.
Click to hide internal directories.