Skip to content

Bump urllib3 from 1.26.4 to 1.26.18 in /server/songhelper #216

Bump urllib3 from 1.26.4 to 1.26.18 in /server/songhelper

Bump urllib3 from 1.26.4 to 1.26.18 in /server/songhelper #216

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