Skip to content

api hosting platform updated #8

api hosting platform updated

api hosting platform updated #8

Workflow file for this run

name: Windows
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'npm'
- name: Setup Cordova
run: npm install -g cordova
- name: Setup Ionic
run: npm install -g @ionic/cli
- name: Install dependencies
run: npm install
- name: Build with Ionic
run: ionic build