Skip to content

chore: Update all npm dependencies (2023-07-31) #41

chore: Update all npm dependencies (2023-07-31)

chore: Update all npm dependencies (2023-07-31) #41

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'