Skip to content

Setup Edge

Actions

About

Install and setup Microsoft Edge
v1.1.2
Latest
Star (10)

typescript-action status

setup-edge

This action sets up Microsoft Edge for GitHub Actions. This action supports the following features:

  • Install and set up Microsoft Edge onto the runner.
  • Install a specific release channel of Microsoft Edge (stable, beta, dev, and canary).
  • Cross-platform runner support (Windows, macOS, Linux) and self-hosted runner 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

Supported version formats

Version format Example Download source
Channel name stable (default), beta, dev, canary Microsoft Edge Updates

Supported platforms

Linux x64 Linux ARM64 Linux ARM32 macOS x64 macOS ARM64 Windows x64 Windows ARM64

Parameters

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.

Contributing

See CONTRIBUTING.md for development setup, workflow, and release process.

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.2
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.