Skip to content

chore: Update all npm dependencies (2024-10-28) #138

chore: Update all npm dependencies (2024-10-28)

chore: Update all npm dependencies (2024-10-28) #138

Workflow file for this run

name: Test Build
on:
push:
branches:
- '*'
- '!main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: 'npm i && npm run ionic:build'