setup-ionic
setup-ionic copied to clipboard
Set up your GitHub Actions workflow with Cordova/Ionic environment
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
Hello everyone, I tried creating an android package using these steps but I am getting error. ``` runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: distribution: 'adopt' #...
* What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. anyone can tell me how to clear this error..
Might be worth just a documentation update: This fails: ```yaml steps: - name: Deploy NodeJS uses: actions/setup-node@v1 with: node-version: "12.x" - name: Install Ionic uses: coturiv/[email protected] - name: Checkout UI...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@actions/tool-cache](https://redirect.github.com/actions/toolkit/tree/main/packages/tool-cache) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/tool-cache)) | [`^1.6.0` ->...
Running an action which uses this component, now receiving warnings about an upcoming deprecation. Are there plans to update to correct this? `Node.js 12 actions are deprecated. Please update the...
Hi everybody. Having some troubles with github actions while running coturiv/[email protected] Run coturiv/[email protected] Cordova/Ionic environment has been setup successfully. Error: {"killed":false,"code":1,"signal":null,"cmd":"ionic info"} Error: Capacitor command not found. Is the Capacitor...