Skip to content

home.page.scss: Regel fuer ion-img dazu #4

home.page.scss: Regel fuer ion-img dazu

home.page.scss: Regel fuer ion-img dazu #4

name: Ionic Angular CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 20.x
- name: Cache Node.js modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install Dependencies
run: npm ci # besonders "sauberer Build", z.B. node_modules ggf. löschen
- name: Build Ionic App
run: |
npm install -g @ionic/cli
ionic build