Skip to content

add afr

add afr #829

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: |
npm install -g @ionic/cli
npm ci --no-audit --prefer-offline --ignore-scripts
- name: Build
run: ionic build --prod --engine=web