Skip to content

Bump click from 8.1.3 to 8.1.6 #211

Bump click from 8.1.3 to 8.1.6

Bump click from 8.1.3 to 8.1.6 #211

Workflow file for this run

name: Mobile App CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 15
uses: actions/setup-node@v2
with:
node-version: 15.x
- run: cd mobileApp && npm ci
- run: cd mobileApp && npm test