Skip to content

Build(deps): bump @awesome-cordova-plugins/core from 6.4.0 to 6.6.0 #496

Build(deps): bump @awesome-cordova-plugins/core from 6.4.0 to 6.6.0

Build(deps): bump @awesome-cordova-plugins/core from 6.4.0 to 6.6.0 #496

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.pull_request.title, '[skip ci]') && !contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.ref_type, '[tag]')"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
- run: npm run test:coverage
- run: npm run build