Skip to content

chore: Update example app to Capacitor 7 #60

chore: Update example app to Capacitor 7

chore: Update example app to Capacitor 7 #60

Workflow file for this run

name: Test and Build Plugin
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run verify