Skip to content

build(deps-dev): bump @capacitor/cli from 4.8.2 to 6.0.0 #3370

build(deps-dev): bump @capacitor/cli from 4.8.2 to 6.0.0

build(deps-dev): bump @capacitor/cli from 4.8.2 to 6.0.0 #3370

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- '**'
env:
CI: true
jobs:
run:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set Node.js version
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install npm dependencies
run: yarn
- name: Test
run: yarn test