2.0.1 • Published 9 months ago

github-enterprise-server-versions v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

github-enterprise-server-versions

Retrieve the GitHub Enterprise Server (GHES) versions

The list of past and current GitHub Enterprise Server versions can be found at https://docs.github.com/enterprise-server/admin/all-releases. This module makes this information accessible programmatically.

Usage

import { getCurrentVersions } from "github-enterprise-server-versions";

const versions = await getCurrentVersions();
// e.g. [ "2.22", "3", "3.1" ]

License

ISC

2.0.1

9 months ago

2.0.0

9 months ago

1.1.1

1 year ago

1.1.0

3 years ago

1.0.0

3 years ago