Skip to content

Bump transformers from 4.5.1 to 4.36.0 in /server/songhelper #217

Bump transformers from 4.5.1 to 4.36.0 in /server/songhelper

Bump transformers from 4.5.1 to 4.36.0 in /server/songhelper #217

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