Skip to content

feat!: Update to Capacitor 6 (#15) #37

feat!: Update to Capacitor 6 (#15)

feat!: Update to Capacitor 6 (#15) #37

Workflow file for this run

name: Test and Build Plugin
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install
- run: npm run test
- run: npm run build