Skip to content

updated strings for translation #806

updated strings for translation

updated strings for translation #806

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