Skip to content

Setup Edge

Actions
Install and setup Microsoft Edge
v1.1.1
Latest
Star (6)

typescript-action status

setup-edge

This action setups Microsoft Edge in the GitHub Actions environment.

  • Windows Support
  • macOS Support
  • Linux Support

Usage

Basic usage:

steps:
  - uses: browser-actions/setup-edge@v1
  - name: Print Edge version
    run: (Get-Item (Get-Command msedge).Source).VersionInfo.ProductVersion

Install Edge Beta:

steps:
  - uses: browser-actions/setup-edge@v1
    with:
      edge-version: beta
  - name: Print Edge version
    run: (Get-Item (Get-Command msedge).Source).VersionInfo.ProductVersion

Input

  • edge-version: (Optional) The Edge version to be installed. Supported versions are "stable", "beta", "dev", and "canary". Default: stable.

Output

  • edge-version: The installed Edge version. Useful when given a latest version.
  • edge-path: The installed Edge path.

License

MIT

Setup Edge is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install and setup Microsoft Edge
v1.1.1
Latest

Setup Edge is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.