Skip to content

chore: Update all npm dependencies (2024-10-21) #137

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

chore: Update all npm dependencies (2024-10-21) #137

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'