Skip to content

Bump yarl from 1.8.2 to 1.9.2 #207

Bump yarl from 1.8.2 to 1.9.2

Bump yarl from 1.8.2 to 1.9.2 #207

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