Skip to content

feat!: Update to Capacitor 7 (#23) #53

feat!: Update to Capacitor 7 (#23)

feat!: Update to Capacitor 7 (#23) #53

Workflow file for this run

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