Skip to content

Bump charset-normalizer from 3.1.0 to 3.2.0 #208

Bump charset-normalizer from 3.1.0 to 3.2.0

Bump charset-normalizer from 3.1.0 to 3.2.0 #208

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