Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
code

GitHub Action

Setup Ionic

v1.0.3

Setup Ionic

code

Setup Ionic

Set up your GitHub Actions workflow with Cordova/Ionic environment. Only supports macos & ubuntu at this time

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Ionic

uses: coturiv/[email protected]

Learn more about this action in coturiv/setup-ionic

Choose a version

setup-ionic

Set up your GitHub Actions workflow with Cordova/Ionic environment. Only supports macos & ubuntu at this time.

example usage:

- name: Use coturiv/setup-ionic
  uses: coturiv/setup-ionic@v1
  with:
    cordova-version: 8

- name: Build
  run: |
    ionic cordova build android --prod